有没有一种方法(或插件)可以快速访问例如。 Eclipse 中 R.layout.main 的布局/main.xml?
像这样:(用左键单击或快捷方式)
然后会打开 main.xml
这真的会节省我一些时间和一直浏览它的无聊......
Like this:(with left click or shortcut)
and that would open main.xml
It would really save me some time and boredom of browsing it all the time...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按住
CTRL
并将光标悬停在R.layout.main
上确保安装了最新的ADT插件
Hold
CTRL
and hover your cursor over theR.layout.main
Make sure the latest ADT-plugin is installed
在 Eclipse 环境中,您可以按
Shift+Ctrl+R
(Navigate->Open Resource...
的缩写)按m
(主要.xml 是我的第一个可选选项),然后按Enter
对于任何更复杂的内容 这应该对你有帮助...
In your Eclipse environment you can press
Shift+Ctrl+R
(short forNavigate->Open Resource...
) pressm
(main.xml is the first selectable option to me) and pressEnter
For anything more complex this should help you...