Monday August 25, 2008
Jumping to Related Places in the NetBeans Java Editor
I learned something interesting about the NetBeans Java Editor today. Say you have an import statement (or anything else) selected, as here:
Now look at those browny-greeny marks in the right sidebar. When you click them, the cursor jumps to places where the selected item is used. So, in the case of import statements, you can click the browny-greeny mark and then find yourself in places in the code where you're doing something with that class.
I never knew that and it's pretty cool.
Aug 25 2008, 11:24:40 AM PDT Permalink


