在 netbeans 7 编辑器工具栏上添加像 Visualstudio 这样的方法/函数列表?

发布于 2024-11-15 12:16:54 字数 194 浏览 4 评论 0原文

有什么方法可以像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泛滥成性 2024-11-22 12:16:54

有什么方法可以启用方法或函数的下拉列表,
在 NetBeans 7 的编辑器工具栏上,就像 VS 一样吗?

标准 NetBeans IDE 产品或 NetBeans 更新中心中提供的经过认证的插件无法提供任何方法,但可以编写 NetBeans 插件来执行您的问题中预期的操作。已经做到了吗?我认为不,因为到目前为止还没人问过。既然你问了,有人可能会考虑开发这样一个插件。

加快将此类请求和功能添加到 NetBeans 的最佳方法是在 NetBeans 问题跟踪器中添加增强请求。

在VS中这个功能真的很有帮助,可以跳转函数或方法
更快,我知道 Netbeans 有导航器,但有时
这有更多帮助

在 NetBeans IDE 中可以通过多种方式访问​​特定方法。您已经列出了其中之一,那就是 Navigator。其他包括转到类型 [CTRL+O] 和转到符号 [CTRL+ALT+SHIFT+O]

is there any way, to enable a dropdown list of methods or functions,
on the Editor Toolbars of NetBeans 7, like VS does?

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.

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

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]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文