Searching vendor folder for composer-based project
With the latest update (2016.3) Intellij configured/initialized composer for my PHP project. Now All folders in my /vendor directory are listed as "library root" and are not searched when using "Find In Path..."
Furthermore I cannot add them as a scope to the project as they are not shown since they are "non-project files"?
I would like to be able to search the folder normally or at least add them to a scope. All the folders are included in my composer settings (in IntelliJ) now. Am I overlooking some functionality that would help me do these things?
Please sign in to leave a comment.
Hi there,
On Find in Path dialog
You either have to specify the actual path to work with (use Directory option of the Scope section and point to the "vendor" folder) or use Scope option (e.g. "All Places" or "Project and Libraries")
Ah thanks. I had overlooked the Custom option in Scope. Projects and Libraries is exactly what I needed.