Java Eclipse IDE 侧边栏(导航)丢失
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18604217/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse IDE Sidebar (navigation) missing
提问by vdogsandman
I'm trying to use Eclipse for my Computer Science class, except the bar on the left is missing. Does anyone know the fix?
我正在尝试将 Eclipse 用于我的计算机科学课程,但左边的栏不见了。有谁知道修复?
回答by Chao Sun
In menu bar, you can select "Window" -> "Show View", and then select "Project Explorer" (or other components you want to open).
在菜单栏中,您可以选择“窗口”->“显示视图”,然后选择“项目资源管理器”(或其他要打开的组件)。
回答by kks
are you referring to the package explorer view?
你指的是包浏览器视图吗?
Window -> show view -> package explorer
窗口 -> 显示视图 -> 包浏览器
回答by Sean F
Try going Window > Reset Perspective to go to the default view which should contain the project explorer
尝试转到 Window > Reset Perspective 以转到应包含项目资源管理器的默认视图
回答by user1259201
If you're missing the Package Explorer, just go to "Window" -> "Show View" and click "Package Explorer"
如果您缺少包资源管理器,只需转到“窗口”->“显示视图”并单击“包资源管理器”
回答by Laurent Jalbert Simard
Do you mean the package explorer ? You can toggle it here
你的意思是包浏览器?你可以在这里切换
回答by Swojit
You might be in the Debug option. Click on Java instead. It is on the top right. If you reset Perspective, it won't show you the Navigator.
您可能处于调试选项中。改为单击 Java。它在右上角。如果您重置 Perspective,它将不会向您显示导航器。
回答by ROHIT KANDIMALLA
It is known as Navigator, You can find it in Window -> Show View -> Navigator.
它被称为导航器,您可以在窗口 -> 显示视图 -> 导航器中找到它。