How can I replace a string in Netbeans?
find, netbeans, php, replace
Solution
CTRL+SHIFT+H will open the replace dialogue where you can find+replace in any or all of your open projects.
Problem
Possible Duplicate: Search and Replace Entire Project (Netbeans) Other IDE's have a feature to find and replace something in code. I want this feature in Netbeans. I know there is the refactor feature, but that's only for variables. How can I find and replace text that isn't a variable name?