-
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.devexp-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
Describe the bug
It is crucial to see when using operators like +, -, [] if they are overloaded, but in current implementation there is no visual feedback.
To Reproduce
Steps to reproduce the behavior:
- Overload an operator on a class,
- Use the overloaded operator in your code,
- Observe no visual feedback given
Expected behavior
Like in C++, overloaded operators should be highlighted accordingly.
Please complete the following information:
- Operating System and version: on macos / Version 15.4.1 (Build 24E263)
- VS Code version: mac 1.99.3
- Dart extension version: 3.110.0
- Dart/Flutter SDK version: 3.7.2 (stable) (Tue Mar 11 04:27:50 2025 -0700) on "macos_arm64"
- Target device (if the issue relates to Flutter debugging): X
FMorschel
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.devexp-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
