-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-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.devexp-lspIssues with analysis server's support of Language Server ProtocolIssues with analysis server's support of Language Server Protocoldevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis servertype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Slightly related to #50532. When the text cursor is in a return
keyword, other return
s for the same function should also be highlighted (via DocumentHighlights for LSP).
I think it also makes sense to do the same for yield
, break
and continue
.
Question: Should we highlight both break
and continue
s that have the same target? (I think yes.. @bwilkerson?)
Metadata
Metadata
Assignees
Labels
area-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.devexp-lspIssues with analysis server's support of Language Server ProtocolIssues with analysis server's support of Language Server Protocoldevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis servertype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug