-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
In Dart, we have things like comment references that are highlighted with the same colour as the declaration. This helps the user know that part of the comment is not comment-like but will be shown in the comment.
I'd like to request that we colour Dart doc directives too. So things like {@template ...}
, {@macro ...}
and similar are differentiated for the user. And probably completion too, since this would align with the doc_directive_unknown
warning since it already triggers for invalid values.
I'd say they could be colored as annotations, but this is just a suggestion.
srawlins
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug