How to install PHPEclipse
Eclipse can be said to be the most famous and popular cross-platform integrated development Environment (IDE), originally used primarily for Java language development, and then slowly someone developed the appropriate plug-in to make it as C + +, Python, PHP, Groovy, Ruby, The development tools of other mainstream development languages such as Flex, which undoubtedly benefit from the plug-in mechanism of eclipse itself, is designed by eclipse: Everything is plug-ins. This article introduces you to an eclipse plugin that supports PHP development: PHPEclipse.
PHPEclipse cross-platform, support all major operating systems, with the following features: syntax highlighting, parentheses auto-matching, code folding, Code smart reminders, parameter hints, instance tagging, hover tool reminders, PHP manual integration, code templates, support for PHP debuggers such as Xdebug, DBG, etc.
Here's a detailed description of how to install the integrated PHPEclipse plugin in eclipse or MyEclipse.
?
Minimum system configuration Requirements
?
To install the phpeclipse1.1.x series, you need at least eclipse3.2.x, java1.4.x, or later
To install the phpeclipse1.2.x series, you need at least eclipse3.3.x, java1.5.x, or later
The author uses eclipse3.3.2, MyEclipse6.5, jdk1.5.08.
?
Installation
?
You can use the Update site method for online installation, detailed installation can click here to refer to the official installation instructions, but I do not recommend this way, because the update URL is often not accessible to the situation, the author in this way to install the time encountered this situation.
Another way to install it is to download phpeclipse directly and then install it. You can download the latest version of the 1.2.3 version, or visit the official website directly (sometimes there will be no access). If you are a developer, you can even download the latest source code in SVN mode and compile it into your own version. The SVN address is: http://www.phpeclipse.com/svn/.
Once you have downloaded the file, you can integrate it into the Eclipse/myeclipse tool, followed by detailed installation steps. If you do not like to see the text tutorial, you may wish to click here to download video tutorial.
Open Eclipse/myeclipse, and then open the menu help-> software Updates, Find and Install, as
How to install Phpeclipse1
Then select search for new feature to install,
How to install Phpeclipse2
In the new window, click "New Archived Site",
How to install PHPECLIPSE3
Select the downloaded PHPEclipse plugin
How to install Phpeclipse4
Edit plug-in name, generally leave the default, click "OK" directly
How to install Phpeclipse5
And then just click on "Next" except to accept the copyright agreement.
How to install Phpeclipse6
How to install Phpeclipse7
How to install Phpeclipse8
How to install Phpeclipse9
Restart Eclipse/myeclipse
How to install Phpeclipse10
Open PHP view for Eclipse/myeclipse
How to install Phpeclipse11
How to install Phpeclipse12
In the PHP view, right-click in the project area and the PHP Project option will be visible under new in the Sub-menu.
How to install Phpeclipse13
The installation of the PHPEclipse plugin has been completed.