malfist Posted June 6, 2007 Share Posted June 6, 2007 I've been looking for a good PHP IDE that is free or open source. Does anyone have any recommendations? I've been using Notepad++ (from sourceforge) on windows and WINEing it on Ubuntu. It's nice, but I'd like some code-completion (yeah, I'm lazy) and some on the fly error checking. Malfist Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/ Share on other sites More sharing options...
akitchin Posted June 6, 2007 Share Posted June 6, 2007 i'm not sure you'll find a good free or open-source IDE that's specifically tailored to PHP. i hope someone proves me wrong on this, because it'd be a really great find. i currently use UltraEdit32 and find it to be extremely handy; however, it lacks PHP-specific syntax verification and parse error checking as far as i know. there may be a plugin for that. Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-269539 Share on other sites More sharing options...
Jenk Posted June 6, 2007 Share Posted June 6, 2007 Zend PDT plugin for eclipse. It's free. www.zend.com/pdt Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-269554 Share on other sites More sharing options...
eric1235711 Posted June 6, 2007 Share Posted June 6, 2007 I like Eclipse very much. It's originaly made for Java, but there's a version ported to PHP. It got very nice code completition, syntax checking, and many powerful features, google it. Much people don't like it because it don't have WYSIWIG. Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-269566 Share on other sites More sharing options...
jcombs_31 Posted June 7, 2007 Share Posted June 7, 2007 quanta+ and bluefish are both html/php editors. Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-269623 Share on other sites More sharing options...
Buyocat Posted June 7, 2007 Share Posted June 7, 2007 Eclipse is definitely the way to go, it isn't as good as for Java, but it has most of the things you'd need, and there are plug-ins for most other general things (such as SVN/CVS integration). I used to use an editor but gradually started using Eclipse more and more because of its code completion and auto completion (the latter being like command-line completion). You can also get a plug-in for Simple Test which is icing on the cake. Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-269646 Share on other sites More sharing options...
obsidian Posted June 7, 2007 Share Posted June 7, 2007 I'm also a fan of Eclipse. There are a ton of addons for web development. Check out PHP Eclipse for one. Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-269667 Share on other sites More sharing options...
malfist Posted June 16, 2007 Author Share Posted June 16, 2007 I tried PHP Eclipse and it tells me "Operation Failed" I run it as root in command line and it still give no output but "Operation Failed". I couldn't install PDT either, it would break compatibility with eclipse and I couldn't fix it. I tried installing some other updates from Eclipse but when I try to open the list to view the available it throws Java.lang.NullPointerException and that's all it tells me. Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-275893 Share on other sites More sharing options...
fert Posted June 18, 2007 Share Posted June 18, 2007 gphpedit Quote Link to comment https://forums.phpfreaks.com/topic/54493-a-good-php-ide/#findComment-276774 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.