向 Eclipse 添加 Windows 命令行提示符右键单击选项
我想知道是否有人知道一个插件或其他一些功能,可以让我右键单击 Eclipse 中的项目,并可以选择从我单击的目录(或文件)中显示 Windows 命令行提示符。当我想对我的项目进行一些 Maven 命令行工作时,我发现这会非常有帮助。
I was wondering if anyone knew of a plugin or some other capability that would allow me to right click on a project in Eclipse and have an option for a Windows command line prompt to appear from the directory (or file) that I clicked on. When I want to do some Maven command line work with my projects I find this would be incredibly helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许 StartExplorer 就是您正在寻找的。
Maybe StartExplorer is what you are looking for.
另一种选择是 Tarlog-plugins。它是一个轻量级的 Eclipse 插件,为项目和文件添加了三个上下文菜单:
Another option would be Tarlog-plugins. It is a lightweight eclipse plugin that adds three contextual menus to projects and files:
使用 安装的较新版本 Eclipse(自 2014 年起)Oomph 安装程序 提供安装名为“Oomph OS Tools”的小功能的选项。该包的标语是“包含一个弹出操作,可在选定的工作区资源上启动特定于操作系统的系统资源管理器或命令提示符。”
然后它会添加两个如下所示的菜单项:
< /a>
这些工具可以稍后通过“安装新软件...”菜单添加
Newer versions of Eclipse (since ~2014) that get installed with the Oomph Installer offer the option to install a small feature called "Oomph OS Tools". The package's tagline is "Contains a popup actions that start the OS-specific system explorer or command prompt on the selected workspace resource."
It then adds two menu items that look like this:
The tools can be added later with the "install New Software..." Menu