IntelliJ IDEA global search

前端 未结 5 1073
走了就别回头了
走了就别回头了 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:02

    IntelliJ is project based so you can only search within the open project using Ctrl + Shift + F(Windows) or Cmd + Shift + F(Mac).

    When I need to search across a set of projects I use Agent Ransack

提交回复
热议问题