Eclipse tutoria...login
Eclipse tutorial
author:php.cn  update time:2022-04-13 14:09:28

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:

install_plugin_1

In Eclipse IDE, we can also click the Eclipse Marketplace (Eclipse Supermarket) option in the Help menu To find the plug-in:

install_plugin_2

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.

install_plugin_3

You can also install the plug-in by clicking the Install New Software menu item on the Help menu: install_plugin_4

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.

install_plugin_5

The installation dialog box lists a list of remotely installable plug-ins:

install_plugin_6

php.cn