Shortcut Key to copy full file path in JetBrains IDE (PhpStorm, PyCharm, WebStorm etc..)

Right click on editor tab or on entry in Project View and choose "Copy path" action.

Alternatively: Edit | Copy Path Ctrl + Shift + C


If you need it to be relative to the project root -- use Copy Relative Path action instead.

Please note that this action is context dependant: when focus is on file (e.g. in Project View or some popup with files) it will be "Copy Relative Path" ... but when invoked inside the editor .. it will become "Copy Reference" (and will copy Class/Variable name etc).


Another option is to use custom plugin that provides such actions. There are few that can do that and more (even if invoked right from the Editor).


It is strange, but in the latest version, JetBrains removed this option from the context menu (right-click on the file name tab) + removed from the Edit top menu.

So the alternative is to use triple-click on the shift + type copy path there.