How do you guys deal with autocompleting the imports?

I found it very frustrating to typing all the time the import statements. I need some autocomplete. I tried:

Webstorm
Does not support autocomplete for 3rd packages like Flow Router, Simple Schema and so on.

Atom
Perfect package for meteor packages autocomplete.
Have a package to autocomplete paths and npm modules, but does not work for a import "/folder/file.js"

Sublime
Haven’t found anything what could work for me well.

What editor / IDE do you use and what plugins?

Stumbled across this old topic

In case anyone is looking for it, I use import-js with the ‘meteor’ environment. It can find exports inside your project as well as from atmosphere packages.

Comes with plugins for Sublime, VSCode and others

1 Like