Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans - how do I find the path to a file within this IDE?

I want to be able to right click an item within the 'Projects' or 'Files' window, and either have an 'open in file system' option, or 'copy absolute path to this file'.

Is there a plugin or a hidden option within Netbeans that will allow me to achieve this?

I just need an easier way to get to the folder within Windows Explorer without having to spend the time navigating there.

I'm open to making a small plugin myself if it'll make it happen?

like image 774
Dave566 Avatar asked Feb 28 '11 15:02

Dave566


2 Answers

With Netbeans 8 you can use:

Alt+Shift+L

It's defined under Options->Keymap as Copy File Path(s)

like image 109
Sival Dot Avatar answered Nov 12 '22 15:11

Sival Dot


Somewhat related : netbeans - how to view file full path in window title (or somewhere else)?
You can use either of following :

  1. Use Alt+Shift+O to open files by name (which shows the path and the project)
  2. Hit Ctrl+Shift+1 while in the editor to highlight the file in the Projects View
like image 32
Saurabh Gokhale Avatar answered Nov 12 '22 15:11

Saurabh Gokhale