

I could however exclude bower_components and vendor.JetBrains, initially called IntelliJ Software, was founded in 2000 in Prague by three Russian software developers: Sergey Dmitriev, Valentin Kipyatkov and Eugene Belyaev. Creating a specific Scope (in PhpStorm Settings), that includes all files except the node_modules folder, to use when I manually run Code Inspection: It is impossible to exclude the node_modules folder, because my IDE recognizes it as a module "I think" (it has next to it in the Project explorer).Marking the folders as excluded: This does not work because the folders are totally excluded from the project and redirection and inspection does not work at all.But I don't want the internal code of my node modules to be included in code inspection, because it takes a lot of time to inspect all the modules, and they are supposed to be ok, so I don't need to inspect them. Also autocomplete a method, when I press Ctrl+Space. I also want to be warned if I write a node module method wrong, or if it does not exist. To make it more clear: I want to be able to Ctrl+click on methods of my node modules and be redirected to the source code of these modules. It is included in Autocomplete or Code Navigation (Ctrl+click on methods).It is included in the code inspection as far as references in my own code to the modules is concerned.It is not included in the code inspection as far as the modules' internal code is concerned.I am wondering what are the best practices for configuring the IDE to deal with the node_modules (or bower_components or vendor for my PHP) folder, so that: I have been setting up my development environment for my Laravel/AngularJS project.
