-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
fixed in dart / flutterin 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
When using named imports, auto completing enum doesn't show the value but prompt to insert a switch condition as shown below:
To Reproduce
import 'dart:ui' as ui;
void main() {
final x = ui.BlendMod // <~~ auto complete here
}Expected behavior
I expect the enum values to be shown
Please complete the following information:
Extension version: v3.74.0
VS Code version: 1.83.1
Flutter 3.13.6 • channel stable •
Dart 3.1.3 • DevTools 2.25.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fixed in dart / flutterin 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