Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ: Quickly show file path

How can I see the file path of the current file I am editing in IntelliJ? I can hover over the tab for a file, but it takes a few seconds and I have to keep my mouse still to see the path, which I can't copy.

like image 424
Petrus Theron Avatar asked May 13 '16 09:05

Petrus Theron


Video Answer


1 Answers

If you just want to copy the file path you can use Ctrl + Shift + C.

You can also search for action with (Ctrl + Shift + A) (for mac Command + Shift + A) and then it will show you the Keyboard shortcut for particular action.

enter image description here

If you want to change the Keymap you can open setting page and search for Keymap.

enter image description here

If you look at the picture there is a Keymap for File Path which will open a pop up like below

enter image description here

Which is also shows the file path.

like image 167
A0__oN Avatar answered Dec 19 '22 06:12

A0__oN