There are 3 ways to add plug-ins to eclipse:
The first method: Unzip the eclipse plug-in, which contains two folders, features and plugins. Then copy the two folders to the corresponding folders under eclipse. Delete the org.eclipse.update folder under the configuration folder.
Restart eclipse, and you can see the newly installed plug-in in the eclipse menu "Help"–>"About Eclipse SDK"–>"Feature Details" and "Plug-in Details".
Second: Create a new folder and name it eclipse, unzip the eclipse plug-in, put the folder features and folder plugins into the folder, and then find the eclipse SDK links folder, create a new YourFileName.link file in the links folder, the content is "path=${your eclipse-plugin path}". Restart eclipse and you can see the newly installed plug-in in the eclipse menu "Help"-->"About Eclipse SDK"-->"Feature Details" and "Plug-in Details".
Third method: Unzip the eclipse plug-in and put the folder features and folder plugins into the eclipse installation folder respectively.
The above is the detailed content of How to set up the plug-in eclipse. For more information, please follow other related articles on the PHP Chinese website!