Add a right-click Windows command prompt for Eclipse

I was wondering if anyone knew about the plugin or any other feature that would allow me to right-click on a project in Eclipse and be able to prompt the Windows command prompt from the directory (or file) that I clicked on. When I want to do some work on the Maven command line with my projects, I find this to be very useful.

+4
source share
3 answers

Perhaps StartExplorer is what you are looking for.

+3
source

Another option would be Tarlog-plugins . This is a lightweight eclipse plugin that adds three context menus to projects and files:

  • Open explorer
  • Open shell
  • Copy path
+2
source

Newer versions of Eclipse (starting from ~ 2014), which are installed using the Oomph Installer , offer the ability to install a small function called "Oomph OS Tools". Under the package word is "Contains pop-up actions that launch the system explorer or OS command line for the selected workspace resource."

He then adds two menu items that look like this:

enter image description here

Tools can be added later using the "Install New Software ..." menu.

+1
source

Source: https://habr.com/ru/post/1345784/


All Articles