nhuluseda
nhuluseda

Reputation: 777

Vscode autocompletion shows if only space bar pressed

I'm using vscode for my flutter application. but, autocompletion only shows up when I pressed space bar first. I'm new to vscode configuration, could you help me ?

Upvotes: 0

Views: 176

Answers (1)

Danny Tuppeny
Danny Tuppeny

Reputation: 42353

I suspect you hit this issue:

https://github.com/Dart-Code/Dart-Code/issues/1374

It's fixed in the latest version of the Dart plugin. If you're still seeing it, please open a new issue on GitHub and I'll take a look. Thanks!

Upvotes: 2

Related Questions