Phpstorm 8 find in files and folders without project

I think this is a pretty simple operation, but I cannot get it to work. All I want to do is find a string in the project files directory.

In Dreamweaver and Notepad ++ it is easy and works, when I do it in Phpstorm, no results were found and I get a message that says:

No occurrences of "STRING" found in the c: \ projects \ newProject \ website directory 5 usages outside the scope of "Project and Libraries"

I want to return 5 customs, how to do it? search setup

search message

+3


source to share


2 answers


This issue has been fixed in the new PHPstorm 9



0


source


I don't know why, but you need to do RE RUN CTRL + F5 after your search It only works if the files are in another project.



0


source







All Articles