Doc comments could feel more "first class" if auto-complete/checking worked in IDEs #54440
Labels
analyzer-completion
Issues with the analysis server's code completion feature
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
See the following example:
.constitution
and start typing over it, i.e..^d
, I'll getdexterity
suggested to me..dexxterity
it will be marked as a diagnostic.In the
[ ... ]
-comments,1
does not work and2
does (indirectly) through thecomment_references
lint (as an side, I'd love to see https://dart.dev/tools/linter-rules/comment_references become part of the analyzer by default with the "right" rules)./cc @srawlins
The text was updated successfully, but these errors were encountered: