Hacker News new | ask | show | jobs
by vips7L 537 days ago
This is even how I navigate files in IntelliJ.
1 comments

In IntelliJ, you don't normally need to look for files unless they're non-source code, as you can just go directly to types regardless of their file names.
Yeah it’s the general same concept though. Ctrl + P and type or shift + shift and type the thing you want.
On Mac, it's Cmd+o for types, Cmd+shift+o for actual file names.