IntelliJ IDEA global search

前端 未结 5 1070
走了就别回头了
走了就别回头了 2020-12-05 22:12

I would like to search across projects for variable usages, or at least for strings. I\'ve got IndexYourFiles which works well for text searches, but I have to re-index eve

5条回答
  •  既然无缘
    2020-12-05 23:04

    IntelliJ 13 (at least) has "Edit/Find/Find in Path...".
    It has the Scope option which can be set to a directory, so if all projects are in the same directory (e.g. IdeaProjects) then it will search all projects.

提交回复
热议问题