guillermooo/dart-sublime-bundle

A way to silence TODO feedback when using analysis service

sethladd opened this issue · 3 comments

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!

Hm. Can't repro this. How's @TODO supposed to be used?

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

http://htmlpreview.github.io/?https://github.com/dart-lang/bleeding_edge/blob/master/dart/pkg/analysis_server/doc/api.html#type_AnalysisErrorType

TODO infos removed from errors report in the Dart plugin.