Code completion doesn't trigger automatically for import snippets
See original GitHub issueCurrently on Flutter 1.6.7 the dev branch, and working with the dart-code plugin in vscode gives me fairly unresponsive import auto-completions. What I mean by this prior to the update, I could start to type import 'material' and it would suggest import 'package:flutter/material.dart' and this would work for most imports. For core dart libraries, I would type say convert and it would suggest dart:convert etc. Now, I have to type in much more of the package to get the auto-completion. With libraries like dart:convert or dart:isolate; I am often finding myself having to type in the complete import statement and some times I don’t even receive auto-completion suggestions.
This feels like it is related to #1723 in someways. Almost like the fix for that issue caused there to be less suggestions.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)

Top Related StackOverflow Question
Yep, the fix seems to have made it to master (currently
v1.7.1-pre.52) and I can’t reproduce your issue there. For now the options are either to run onmasteruntil it makes it todev, or try switching to a channel with an older build (likebetaorstable).If you still have issues on those, let me know and I’ll dig further. Thanks!
Looks like the fix rolled into dev yesterday (v1.7.1), I can’t repro on dev anymore 😃