Netbeans 文件选项卡功能
在 Visual Studio 中我经常使用两个功能。它们是复制完整路径
和打开包含文件夹
。出于多种原因,两者对我都非常有用。
您是否知道任何提供这些或类似功能的 NetBeans 插件(主要在 Windows 上)?
更新: 自 2009 年 9 月 1 日起,NetBeans bugzilla 中就有一个功能请求(不是我提出的): https://netbeans.org/bugzilla/show_bug.cgi?id=171222
In Visual Studio I used two features very much. These are Copy full path
and Open containing folder
. Both are very useful for me for several reasons.
Do you know any NetBeans plugins that provide these or similar functions (primarily on Windows)?
UPDATE:
There is a feature request in the NetBeans bugzilla since 2009-09-01 (not by me):
https://netbeans.org/bugzilla/show_bug.cgi?id=171222
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果要复制完整路径,则必须转到“项目”或“文件”树,选择文件,单击鼠标右键 ->属性并从“所有文件”复制值。
我认为没有“打开包含文件夹”的内置解决方案。
存在一个 路径工具 插件,它可以完全满足您的需求
似乎这个插件不再维护,但我已经在 Netbeans 6.9.1 上尝试过并且它可以工作。它甚至支持“Shell On Path”。
If you want to copy the full path you have to go to the "Projects" or "Files" tree, select the file, right mouse click -> Properties and copy the value from "All Files".
I don't think there is a built-in solution for "Open containing folder".
There exists a Path Tools Plugin which does exaclty what you want
It seems that this Plugin is no longer maintained, but I have tried it with Netbeans 6.9.1 and it's working. It even supports "Shell On Path".
我对你的问题的解释是你想在你正在编辑的文件的文件夹中打开Windows资源管理器。
我不知道 NetBeans 或提供此功能的插件中存在此功能。我从未发现自己需要此功能,也许大多数 NetBeans 用户也有同样的感觉。这可以解释为什么它从未实施。
另一方面,当您编辑文件时,您可以分别使用键盘快捷键 ctrl+1、ctrl+2 和 ctrl+3 在项目资源管理器视图、文件视图和收藏夹视图中导航到该文件。
希望这有帮助。
My interpretation of your question is that you want to open a Windows Explorer in the folder of the file you are editing.
I'm not aware of this functionality in NetBeans or a plugin that provides this. I never found myself in need for this functionality and maybe most NetBeans users feel the same. Which could explain why it's never implemented.
On the other hand, when you are editing a file you can navigate to the file in the Project Explorer View, the Files View and the Favorites View with keyboard shortcuts ctrl+1, ctrl+2, and ctrl+3 respectively.
Hope this helps.