Extend Dart analyzer features

151 views Asked by At

I'm currently building a framework on Dart and would like to throw static errors and warnings for the user on the 'Problems' tab on VS Code.

If not possible, throw warnings based on annotations would be very helpful, like the meta package.

I more or so understand the dart analyzer package but I can't see how could I integrate it (if possible at all) with the dart-code extension for VS Code.

Will I have to implement a whole extension for VS Code?

0

There are 0 answers