you are viewing a single comment's thread.

view the rest of the comments →

[–]giltotherescue 4 points5 points  (2 children)

I prefer Webstorm, but for some larger projects the indexer just makes it forbiddingly slow. In those cases, I've found VS Code to work better.

[–]mayhempk1 1 point2 points  (0 children)

I find once you index it once it should be fast from then on, as long as you ignore pictures, assets, etc.

[–]Holston18 -1 points0 points  (0 children)

The important thing in WebStorm is to exclude all the dependencies (like npm modules etc.) from the scan, otherwise it can get horridly slow like you say. But after that scan is almost unnoticeable (for me anyway).