-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hi James!
I'm using Webstorm 2016.2.2 on Windows 10 and I can't get this plugin to work with absolute paths - none of the top level packages listed. It works fine with relative paths.
My project structure:
/
/src/
/src/components/mycomp/index.js
/src/entities/api/my-class.js
/node_modules/
So from components/mycomp/index.js I don't get completion starting with entities nor with components.
I set in plugin settings my main JS root directory location to be /src (although I also tried src, src/, /src/). I also tried ticking and unticking "Use relative paths for files in Main JS Root directory".
Interesting thing that for packages in node_modules directory, auto-completion works fine.
So I'm not sure if I'm doing something wrong or there's some bug :/
Thanks!