How can I open a file contained within the project by specifying only the filename? I’m looking for the equivalent of “Open Type” (Shift-Control-T) but for a (non-Java) file? In other words, I know the filename but not the exact path. IntelliJ has this feature – Go To File.
Share
You can do “Open resource” and the shortcut is CTRL + SHIFT + R.