Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Eclipse & jrunscript: Auto completion

To get jrunscript auto completion working inside Eclipse, there are only a few steps needed. First the source code (including JSDoc) of the used JDK has to be extracted. Jrunscript's global functions and objects are located in the init.js file which is part of the tools.jar. For my Win7 / Cygwin setup I used the command line:

PHP: UnitTesting, CodeSniffer, MessDetector, etc. in Eclipse

If you want to write high quality PHP code there are some tools to help you. Most of them are available via PEAR installer. I like the installer because of dependency management and easy to use. But there are also other possibilities to install, like manual downloading.

PHP coding on Win7 with Eclipse (missing Linux)


After working for more than two years with ZendStudio and having no licence anymore, I have to switch to Eclipse PDT for PHP development. With the Extensions from pde.dubture.com in combination it nearly fit my needs. I decided also to switch to XDebug to have profiling possibilities again.