intellij how to find / search for a folder / directory / package name

后端 未结 7 1825
北荒
北荒 2021-02-02 06:10

I wish to search just directory (folder) names and packages within the modules of my current project.

How can I do this?

CTRL+Shift+N<

7条回答
  •  天涯浪人
    2021-02-02 06:19

    In IntelliJ IDEA 13, you can use Goto File (Ctrl+Shift+N) and enter the directory/package name with a slash afterwards. Then you'll see all the matching directories in your project.

提交回复
热议问题