Luis Utrera
Luis Utrera

Reputation: 1067

VScode stops suggesting classes and functions when debugging (Flutter)

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

Answers (1)

GJJ2019
GJJ2019

Reputation: 5182

try to run Dart : Restart Analysis Server in vs code command pallet

Upvotes: 2

Related Questions