Simply search a string in entire netbeans solution

后端 未结 5 962
粉色の甜心
粉色の甜心 2021-02-05 01:34

Is there a way to find the entire solution for a string in netbeans. I believe that there is a find [ ] tab to find a word in the .java file but looking to find the word in

5条回答
  •  Happy的楠姐
    2021-02-05 01:57

    On the mac it is cmd + shift + f (but you have to select the project on the projects pane, otherwise it doesn't work) or Toolbar --> Edit --> Find in Projects.

提交回复
热议问题