I'm using Eclipse for developing PHP applications. I want to run PHP in lint mode to check the syntax of my PHP files for any errors. How can I do this within Eclipse? Thanks for any tipp!
+1 for phpEclipse - this will work fine
Thariama
2010-07-16 13:16:14
A:
I solved the problem: I worked with PHP files which were part of projects. Although I used the Eclipse PHP perspective there was no syntax checking. I found out that I had to configure the projetcs and add PHP support. Now its working as expected.
Nick
2010-07-19 08:54:32