Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show the full file path in PHPStorm?

Tags:

phpstorm

I'm new to PhpStorm and wondered if it's possible to show the full file path for an open file without hovering the mouse over the file tab?

I can only find this; http://www.jetbrains.com/phpstorm/webhelp/navigating-to-file-path.html

In Eclipse based IDEs the current open file path appears in the title bar.

like image 291
Matt Clegg Avatar asked Dec 10 '13 12:12

Matt Clegg


People also ask

How do I find a file in PhpStorm?

From the main menu, select Edit | Find | Find in Files Ctrl+Shift+F . In the search field, type your search string. Alternatively, in the editor, highlight the string you want to find and press Ctrl+Shift+F . PhpStorm places the highlighted string into the search field.

How do I find the path of a file in Pycharm?

Invoke Find in Path ( Shift+Ctrl+F Win/Lin, Shift+Cmd+F on macOS) to bring up the Find in Path dialog.


1 Answers

The top bar should show you where your file is located:

enter image description here

like image 144
Games Brainiac Avatar answered Nov 30 '22 18:11

Games Brainiac