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

后端 未结 7 1809
北荒
北荒 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:31

    If you try

    CTRL + SHIFT + F

    You can do a global file search (like eclipse CTRL + H).

    In the file search, you can select which folder to search for, what file type to search for, case sensitive etc, all the normal stuff.

    Global Replace is

    CTRL + SHIFT + R

    (Mac replace CTRL for CMD)

    find in path

提交回复
热议问题