tags:

views:

14

answers:

2

Is there a command to replace a string of code with another in all .java files in an Eclipse project?

In Visual Studio there is a "Replace in all files" option that I can't seem to find in Eclipse.

A: 

I don't know about command but just press 'ctrl+h' the dialog that appears woulh have what you need

Gopi
+2  A: 

Press Ctrl+H or look in the Search menu for Search>Search or Search>File depending on version. At bottom of dialog box, click Replace... There you'll find the replace in files functionality.

wb947
That did it, thanks.
BahaiResearch.com