Code completion is not invoked by typing a dot. Instead, the user must type at least one character of the attribute name to bring up the suggestions. ### dart version fvm -v 3.2.1 ### lsp config ```json { "lsp": { "dart": { "binary": { "path": "/usr/local/bin/fvm", "arguments": ["dart", "language-server", "--protocol=lsp"] } } } } ``` https://github.com/user-attachments/assets/21cebcd5-d621-4bb6-9446-d2e3ee40e03d
Code completion is not invoked by typing a dot. Instead, the user must type at least one character of the attribute name to bring up the suggestions.
dart version
fvm -v
3.2.1
lsp config
{ "lsp": { "dart": { "binary": { "path": "/usr/local/bin/fvm", "arguments": ["dart", "language-server", "--protocol=lsp"] } } } }20250908-164333.mp4