-
Notifications
You must be signed in to change notification settings - Fork 341
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris enhancement
Milestone
Description
Is your feature request related to a problem? Please describe.
Control+clicking typically goes looking for references (e.g. a constructor parameter). But in cases where it's unused (e.g. super.key, Ctrl+click "key"), no feedback is provided.
Describe the solution you'd like
Provide some indication that no references were found
Describe alternatives you've considered
Could also, in this specific instance, fallback to another reasonable action, such as going to the super constructor param.
Kapture.2022-06-25.at.16.24.40.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris enhancement