Reputation: 1067
When I start debugging my app in VS code it's everything ok, but the editor just stops suggesting classes (Widgets, of course, included), auto-import, import suggestions and functions. I don't have this problem in another project I'm working with, so I think it could be due to a wrong setting, but I don't know how to copy my settings from one project to another one. Could you help me with this?
Upvotes: 0
Views: 446
Reputation: 5182
try to run Dart : Restart Analysis Server
in vs code command pallet
Upvotes: 2