Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans "link with editor" feature [duplicate]

I use mostly Eclipse and have played around a little bit with NetBeans. The feature I have missed most is the "link with editor" which Eclipse has but I haven't found in NetBeans. The idea is that if I turn "link with editor" on, the editor window will always be in sync with the tree view on the left side (in Eclipse it's called "package explorer"). Is there such a feature in NetBeans?

like image 668
auramo Avatar asked Aug 12 '09 18:08

auramo


People also ask

How to Link file in NetBeans?

From within the file you want to link, you can press Ctrl+Shift+1, +2, or +3. Pressing 1 navigates to the current file in the Projects tab/tree, 2 to the file in the Files tree, 3 to Favorites.

What can the user perform using Link with Editor?

Link with editor is useful when you open many files in your project. When you select a file in the editor, the Project Explorer or the Navigator show you the same file in its document tree. Short, sweet and accurate description of what it does. Welcome to SO.

How do I show Project Explorer in NetBeans?

In NetBeans 8.2 Go to Window->Navigator in menu bar or press Ctrl+7 and select Projects it will open a folder as work space .


1 Answers

In NetBeans 6.7 it's under View -> Synchronize Editor with Views.

In NetBeans 8.1 it's under View -> Synchronize Editor with Views.

like image 169
NA. Avatar answered Oct 16 '22 14:10

NA.