简体   繁体   中英

IntelliJ IDEA: how to quickly navigate to a file?

My project in IntelliJ IDEA has many files grouped in many folders.

Each time I want to find a specific file, I browse through the folders, then browse through the files which is boring.

Can I locate a file by typing some initial characters of its name or similarly?

Ctrl + Shift + N

There will be a popup, start writing some part of the filename. Pressing the key combination one more time while writing will Include non-project files in the search, for instance files from libraries.

IDEA输入文件名

The popup is smart, so you can write small parts of the filename to quickly filter the list. Example: IDEA快速

You can use Ctrl + N for classes, or press Shift twice for Search Everywhere.

Shift + Shift in IntelliJ IDEA 13.

Ctrl + Shift + N to search files.

Ctrl + N to search classes.

Ctrl + Shift + N I think

See http://tanu.wordpress.com/2010/09/24/moving-from-eclipse-to-intellij-idea/ for a list of shortcuts

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM