在 netbeans 7 编辑器工具栏上添加像 Visualstudio 这样的方法/函数列表?
有什么方法可以像 VS 一样在 NetBeans 7 的编辑器工具栏上启用方法或函数的下拉列表吗? ,我的意思是当你编辑代码时每个文件的选项卡上的工具栏,它有一些选项,例如“上次编辑、下一个断点、下一个书签……”
在 VS 中,这个功能非常有用,功能或方法的跳转更快,我知道 netbeans 有导航器,但有时这会帮助更多
Greatings
is there any way, to enable a dropdown list of methods or functions, on the Editor Toolbars of NetBeans 7, like VS does? , i mean the toolbar that is inside on the tab of each file when you are editing a code, that has some options like, "last edit, next breakpoint, next bookmark, ..."
In VS is really helpful this feature, to jump of functions o methods more quickly, i know that netbeans has the navigator, but sometimes this help more
Greatings
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标准 NetBeans IDE 产品或 NetBeans 更新中心中提供的经过认证的插件无法提供任何方法,但可以编写 NetBeans 插件来执行您的问题中预期的操作。已经做到了吗?我认为不,因为到目前为止还没人问过。既然你问了,有人可能会考虑开发这样一个插件。
加快将此类请求和功能添加到 NetBeans 的最佳方法是在 NetBeans 问题跟踪器中添加增强请求。
在 NetBeans IDE 中可以通过多种方式访问特定方法。您已经列出了其中之一,那就是 Navigator。其他包括转到类型 [CTRL+O] 和转到符号 [CTRL+ALT+SHIFT+O]
There is no way provided by standard NetBeans IDE offering or certified plugins available in NetBeans Update center, but a NetBeans plugin can be written for doing what is expected in your question. Has it been done? In my opinion no, as no one asked till now. Now that you have asked someone may think of developing such a plugin.
Best way to expedite such request and feature to be added to NetBeans is to add a Request for Enhancement in the NetBeans issue tracker.
There are many ways to reach specific methods in NetBeans IDE. You have already listed one and that is Navigator. Others include GoTo Type [CTRL+O] and GoTo Symbol [CTRL+ALT+SHIFT+O]