Eclipse Tip: Java Editor Breadcrumb Navigation Bar


One new feature of Eclipse 3.4 is the Java editor’s Breadcrumb Navigation Bar. This can be enabled with the keyboard shortcut Alt+Shift+B or using a tool bar button. Like the name suggests it provides a breadcrumb path for the current element in the editor. This is kind of like the location bar in Windows Explorer in Vista. You can navigate to other elements in the same level. ex. the highest level shows all the elements of the class. Or you can right click on the path element to perform any action using the context menu. ex. quickly copy the fully qualified name.

Related posts:

  1. Eclipse tip: Local History
  2. Eclipse Tip: Java Compare Editor
  3. Eclipse Tip: See more of the editor
  4. Eclipse Tip: Navigating stack traces
  5. Eclipse Tip: Java Type Indicator

  1. #1 by narayanan on August 21, 2008 - 4:53 AM

    Hi Vasanth,

    Nice to read your blog. i am also working in eclipse.

    I need a small help from you, we are using BEA workshop

    editor, to write java program. Some

    how right click not working in my IED. can you pls tell me

    what that is happening ????

    Keep writing ….

    Thanks in advance…

  2. #2 by Vasanth Dharmaraj on August 21, 2008 - 12:57 PM

    That is strange. Try starting eclipse with the command line argument "eclise.exe -clean".

Comments are closed.