Feature Request: Turn Of Code Highlights for Classes unkown to Dart. #2241
Labels
in editor
Relates to code editing or language features
in lsp/analysis server
Something to be fixed in the Dart analysis server
is enhancement
Milestone
Since some Flutter and Dart Classnames can become quite Long I would like to request, that Classes which are not implemented won't be highlighted as Classes any longer.
This would make it easier to spot typos ( I type mostly faster than autocomplete reacts)
and to avoid wrong conclusions like following example:
Why does
Foo<T>
doesnt accept myBaa
class as a Type did i do something wrong in the template?While the while problem lies in me writing
Baar
instead ..So it would be nice to only highlight Words starting with a Capital Letter as Classes if they can be identified. Would that be possible? :)
The text was updated successfully, but these errors were encountered: