Reputation: 13622
I was trying to use the TODO window from WebStorm (or any other JetBrains IDE), but I get tons of TODOs from node_modules
:
So in this way, this feature is not really useful. When I exclude the node_modules
folder from the project, the TODOs go away, but also the autocompletion from those modules etc, so I don't think this is really the way to go.
How can I make sure those TODOs from node_modules
are not shown?
Upvotes: 3
Views: 205
Reputation: 129
For a solution if it didn't get fixed by magic (I assume plugin did that for your case) :
Upvotes: 2
Reputation: 13622
It seemed like Webstorm fixed this itself after restarting Webstorm, I saw my node_modules where listed as 'library root'. I suppose this is a bug where node_modules are not listed as library on creating a new project.
Upvotes: 0