Search code examples
windowsfileplsqlplsqldeveloper

Copy path to opened file in PL SQL developer


When I open files in PL SQL developer I want to copy file path so I can go directly to the directory I need.

One way is to hover on the file and wait for tool tip to appear. But I have to wait a few seconds and I am not able to copy the path. Can I know the path in any other way?

path to file on hover


Solution

  • So, for my exact situation I need to configure custom tool like that:

    enter image description here

    So now it opens explorer where it shows the exact folder my file is located in.