Exclude some folders from module declaration suggestions in PhpStorm -


when try click on function in phpstorm crtl button system tries bring me definition of function. there multiple definitions , annoying page shows telling chose definition want go. here:

enter image description here

because using grunt , minifing / concatenating results, definitions in multiple places. know should ignore in node_modules, system not. there way me exclude of folders?

if don't need completion/navigation/etc. local node_modules, can exclude folder project:

right-click, mark directory as/excluded

you still able run grunt, files in these folders won't indexed , suggested completion/navigation


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -