How to install phpeclipseeclipse is the most famous and popular cross-platform integrated development environment (IDE). It was initially used for Java development, later, someone developed plug-ins to use them as other mainstream development tools such as C ++, Python, PHP, Groovy, Ruby, and Flex. how to install phpeclipse
Eclipse is the most famous and popular cross-platform integrated development environment (IDE). It was initially used for Java development, later, someone developed plug-ins to use them as development tools for other mainstream development languages such as C ++, Python, PHP, Groovy, Ruby, and Flex, this is undoubtedly due to the plug-in mechanism of Eclipse. the idea of Eclipse design is that everything is a plug-in. This article introduces you to an eclipse plug-in that supports php development: phpeclipse.
Phpeclipse supports all mainstream operating systems across platforms. it has the following features: syntax highlighting, automatic matching of parentheses, code folding, intelligent code reminder, parameter prompting, instance tag, and hover tool reminder; PHP manual integration; code template; support for XDebug, DBG, and other php debuggers.
The following describes in detail how to install the phpeclipse plug-in eclipse or myeclipse.
?
Minimum System configuration requirements
?
To install PHPEclipse1.1.x series, you must at least eclipse3.2.x, java1.4.x, or later.
To install PHPEclipse1.2.x, you must at least eclipse3.3.x, java1.5.x, or later.
I use eclipse3.3.2, MyEclipse6.5, and jdk1.5.08.
?
Install
?
You can use the update site method for online installation. for details about installation, click here to refer to the official installation instructions. However, I do not recommend this method, because the website update is often inaccessible, I encountered this situation when using this method for installation.
Another installation method is to directly download phpeclipse and then install it. You can click here to download version 1.2.3, or directly visit the official website (sometimes the website cannot be accessed) to download the latest version. If you are a developer, you can even use SVN to download the latest source code and compile it into your own version. SVN address is: http://www.phpeclipse.com/svn.
After downloading the file, you can integrate it into the eclipse/myeclipse tool. the installation steps are as follows. If you do not like the graphic tutorial, click here to download the video tutorial.
Open eclipse/myeclipse, and choose Help> Software Updates> Find and Install, as shown in figure
How to install phpeclipse1
Then select Search for new feature to install,
How to install phpeclipse2
Click "New Archived Site" in the New window ",
How to install phpeclipse3
Select the downloaded phpeclipse plug-in
How to install phpeclipse4
Edit the plug-in name. generally, retain the default value and click "OK"
How to install phpeclipse5
In addition to accepting the copyright agreement, click "Next,
How to install phpeclipse6
How to install phpeclipse7
How to install phpeclipse8
How to install phpeclipse9
Restart eclipse/myeclipse
How to install phpeclipse10
Open the php view of eclipse/myeclipse
How to install phpeclipse11
How to install phpeclipse12
In the php view, right-click the Project area and choose New from the sub-menu to view the PHP Project options.
How to install phpeclipse13
The phpeclipse plug-in has been installed.