-
Notifications
You must be signed in to change notification settings - Fork 340
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 bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Describe the bug
Hovering over the values getter currently shows the enum type, but is actually a list of values.
enum MyEnum {
first,
second,
}
void main() {
print(MyEnum.values);
}
Given how code navigation works I assume it's all by design, but just in case it's not.
Please complete the following information:
Dart Code extension: 3.78.0
App: Visual Studio Code
App Host: desktop
Version: mac 1.84.2
Workspace type: Dart (LSP)
Dart (3.3.0-91.0.dev): /Users/dimannich/Desktop/flutter/bin/cache/dart-sdk
Flutter (3.17.0-0.0.pre): /Users/dimannich/Desktop/flutter (No device)
Number-3434
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 bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available