Search code examples
intellij-ideaintellij-13intellij-12

In Intellij IDEA, is there a way to copy the path of the current editor tab to the clipboard?


I'm doing some writing and would like to copy the path of the current editor tab (as shown in the tooltip here) to the clipboard:

Intellij screenshot showing editor tab path

Anyone happen to know a shortcut for this?


Solution

  • Press Alt+Home to select current file on Navigation Bar:

    enter image description here

    Then Shift+Command+C to copy path to a file and Esc come back to editor.