A way to silence TODO feedback when using analysis service
sethladd opened this issue · 3 comments
sethladd commented
Analysis service integration is awesome.
We have code that has a bunch of @TODO
. That feedback shows up in the console as output from the analysis service.
Can we configure analysis service to not report @TODO
, as an option in the User's preferences for the plugin?
Thanks!
guillermooo commented
Hm. Can't repro this. How's @TODO
supposed to be used?
jwren commented
The idea is location in source that are formatted like this:
// TODO do something
show up as a lower priority warning (TODO type) with the Errors/Warnings/Hints. See
guillermooo commented
TODO infos removed from errors report in the Dart plugin.