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开发者_如何学Python 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.
Maybe StartExplorer is what you are looking for.
Another option would be Tarlog-plugins. It is a lightweight eclipse plugin that adds three contextual menus to projects and files:
- Open Explorer
- Open Shell
- Copy path
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
精彩评论