Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which is the shortcut to reveal in project view current file?

Tags:

goland

I want to reveal current file in project view as same as VSCode does when you use alt+shift+f command (or similar)

like image 450
Gudari Avatar asked Oct 19 '25 03:10

Gudari


1 Answers

You can use the Select in... feature. Press Alt + F1 on Windows/Linux or ⌥ + F1 on macOS. Here's a demo of this feature.

like image 156
dlsniper Avatar answered Oct 22 '25 06:10

dlsniper