Home >Java >javaTutorial >How to bring up the eclipse navigation bar
The Eclipse navigation bar can be displayed through the following methods: Through the menu: Window > Show View > Navigation shortcut key: Ctrl 3 (Windows) or Cmd 3 (Mac) Right-click the workspace > Show View > ; Navigation navigation bar contains the following features: Project Resource Browser: Shows folders and files Package Resource Browser: Shows Java package structure Problem View: Shows compilation errors and warnings Task View: Shows tasks Search field: Searches for code and files Bookmark View: Mark lines of code for quick access
How to display the Eclipse navigation bar
The Eclipse navigation bar is a handy tool , allowing developers to easily browse the code and files in the project. If the navigation bar is not displayed, you can bring it up by following these steps:
Method 1: Via the menu
Method 2: Use shortcut keys
Method 3: From the View menu
Once you follow these steps, the navigation bar will appear in the Eclipse window. It is usually located below the project resource browser.
Navigation bar function
The navigation bar provides the following functions:
The above is the detailed content of How to bring up the eclipse navigation bar. For more information, please follow other related articles on the PHP Chinese website!