VSCode intellisense appears if only space bar pressed in Flutter
问题 I'm using VSCode to develop Flutter Apps, but, intellisense only shows up when I press space bar first. For instance when I create any widget within the widget tree, such as IconButton(icon:), the property 'icon' doesn't show up in intellisense when typing the first characters, like 'ic', only if I press the space bar, or after the property was completely typed and then if it is removed, the next time when typing, then the intellisense works fine. Does anyone else having the same issue? it is