Hi I want to do search for a keyword like $this->data in an opened php file in eclipse for all its occurrences just like what we do Find All in Dreamweaver or ctrl+f in netbeans,I have tried Ctrl+H and Ctrl+F but it didn't worked for me,anyone can tell me how to do it???Thanks in advance.
Asked
Active
Viewed 54 times
0
-
possible duplicate of [How to search all open files in Eclipse?](http://stackoverflow.com/questions/1940675/how-to-search-all-open-files-in-eclipse) – Chandrayya G K Sep 08 '14 at 13:15
2 Answers
0
In the Search menu, click on File, enter the string you want to seach, make sure to have * in File name patterns (if you want to search in your whole project), then click the search button.

Alexis Dufrenoy
- 11,784
- 12
- 82
- 124
0
In Eclipse use combination of : ALT + SHIFT + R

Mahesh
- 1,063
- 1
- 12
- 29
-
1Hey,it is used to RENAME the resource(file) I am asking for doing Find All in an opened file for a selected keyword. – Piyush Rathi Sep 08 '14 at 09:46