Eclipse installation plug-in
Finding and installing plug-ins
As an integrated IDE development tool, Eclipse provides convenience for our software development. In addition to its own powerful functions, eclipse also supports rich functions. plug-in.
We can find and download the plug-ins we need through the Eclipse official market (http://marketplace.eclipse.org/).
For example, we can find plug-ins that support Python IDE, as shown in the figure below:
In Eclipse IDE, we can also click the Eclipse Marketplace (Eclipse Supermarket) option in the Help menu To find the plug-in:
In the above picture, we choose PyDev to let Eclipse support Python development. We only need to click the Install button. The following dialog box is for selecting plug-ins to install.
You can also install the plug-in by clicking the Install New Software menu item on the Help menu:
In this way we need to know the remote installation address of the plug-in, you can Submit the URL by clicking the Add button.
The installation dialog box lists a list of remotely installable plug-ins: