-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin is Freezing WebStorm 11 #22
Comments
maybe this should be a bug report on the webstorm issue tracker instead? what's the point of indexing if the ide doesn't even know about the installed libs? |
I kind of agree with @Turbo87, the issue would be more on WebStorm "while indexing huge project, the IDE is irresponsive". Although I understand as I use to exclude both folders for the same reason (I'm using IntelliJ). But it should come back to normal once the project is indexed no? |
what we could do is offer a plugin-wide option to add those folders to the exclude list instead, but I won't have time to work on this in the next few weeks while on vacation. I'd be happy to review and merge when I get back though. |
It may be the occasion to add a configuration panel of the plugin with this configuration and the ember binary path :) I hope I'll have some time to take a look before you get back but I never played with kotlin nor intellij plugin before. |
closing this in favor of #24 which explicitly states the necessary steps to resolve these issues |
In my workspace I have about 11 ember projects. As soon as I installed this plugin "WebStorm 11" now freezes. Previously, I had to add both
bower_components
andnode_modules
to the excluded list (right click > mark directory as > exclude) to prevent webstorm from indexing them in searches which was causing the same behaviour. I noticed that the plugin instead adds them as libraries, maybe this is causing the issue.The text was updated successfully, but these errors were encountered: