DEV Community

Discussion on: Vim as a Flutter IDE

Collapse
 
marciofrayze profile image
Marcio Frayze

I'm looking for a way to auto-import missing imports. I'm able to do that with Java, but no luck with dart/flutter yet. Any tips?

Collapse
 
marciofrayze profile image
Marcio Frayze

Just found a way to do that, just typing: ga

Thanks for this post. Vim <3

Collapse
 
tavanarad profile image
Morteza Tavanarad

Also, you can use :CocAction for more actions like sorting imports, removing unused imports and so on.