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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -