Enum values not included in completion for LSP server #37472
Labels
analyzer-lsp
Issues with analysis server's support of Language Server Protocol
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Normally we get enum values in completion:
However this doesn't seem to work in LSP:
Spotted while trying to apply the fix for Dart-Code/Dart-Code#1835 to LSP, but it didn't have the issue because the values aren't there.
(When fixing, we need to be sure it doesn't include that bug).
The text was updated successfully, but these errors were encountered: