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.
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.
I don't know about command but just press 'ctrl+h' the dialog that appears woulh have what you need
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.