Search and Replace Entire Project (Netbeans)

后端 未结 5 1121
我在风中等你
我在风中等你 2020-11-30 03:07

Is there a way to do a project wide search and replace in netbeans? It seems like there should be, but I can not find any information on it.

Thanks

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 03:29

    If you click on the project in the projects pane.

    Then press and hold Ctrl+Shift+H

    A find and replace window will come up where you can specify what you would like to find and what to replace it with. You can use regular expressions and then after you search you can walk through all the results in the different files that are returned.

提交回复
热议问题