Does anyone know of any good IDE (Code completion, Syntax coloring, etc) that will handle php. Looking for anything that might be relatively cheap or free and doesn't run like crap (IE: Eclipse)
|
|
DevPHP isn't bad, it's what I currently use at work. Eclipse is also really good. |
|||
|
|
|
|
I currently use Notepad++ but I'm going to try out Komodo again and also give Aptana a shot. |
|||
|
|
|
|
As Tom and others have mentioned, free and good -- Eclipse with Aptana plug-in. |
|||
|
|
|
|
NetBeans 6.5 beta got native support for PHP -- I'm beginning to like it more than Eclipse with the DPT plugin. |
|||
|
|
|
|
I've used PHPDesigner and NetBeans mainly. NetBeans takes a bit of getting used to as the tabbing is a bit wierd but it's an extremely powerful IDE - containing FTP management, DB browsing, CVS and SVN built in grouping everything all together in a project layout. PHPDesigner is perfect for small edits, when you're away from home for example. If you don't need huge packages and are okay with just an editor go for PHPDesigner. |
|||
|
|
|
|
I am a big fan of Zend Studio (the non-Eclipse-based one). But if you need free, Aptana Studio is quite good and waaaay less clunky than your basic Eclipse install. If you need more clunk, though (CVS, SVN), the Aptana plug-in for Eclipse is pretty good, too. |
|||
|
|
|
|
I checked out and have fully switched to Aptana after reading this thread. I'm really loving it so far. |
|||
|
|
|
|
Every time I try to use one of the big IDE things it just seems slow and confusing. My tip for the up and coming developper is to use a simple but useful text editor with syntax highlighting and tab/bracket support (I like Smultron on mac, but there are tons like TextEdit, Notepad++ etc), then use phpXref to browse their code when they need to follow a process. PhpXref is a bunch of perl scripts that ouput an interlinked version of your code, you can search for a function and see where it's defined and where its called. All source code is linked to function, variable etc information. It's pretty easy to run locally, you just add your source to a directory in the phpxref install and hit the perl script, you then have a bunch of html files that explain your code perfectly (phpdoc supported!). This keeps your normal editor as simple as possible (and light, which is nice when you're working on your to do list with the same editor), but gives you the opportunity to dig deeper and do analysis on your code when you need to. Example phpxref (wordpress trunk) Caveat: I work almost exclusively on plugins and themes for the wordpress package, so I have no experience writing my own humonguous applications. P.S. Someone said TextMate is free above but it's not. It's powerful and cool but 70$ is a lot and I find the Free/Open Source Smultron gives you almost all the benefit at 100% less cost. |
|||
|
|
|
|
I'm just gonna say no. I've tried out several IDE's and they all have pro and cons for each one. I gave up looking for the "visual studio" of ide's for php |
|||
|
|
I have tried a bunch and the one that I like the most is ConText. It's freeware and has syntax highlighting for many different programming languages including PHP. Plus it is fully customizable to how you want your highlighting to work and there are a large number of pre-configured highlighters that you can download from there website. |
|||
|
|
|
|
I've tried Eclipse+PDT, Zend Studio and Aptana. So far Aptana has been my favorite. The biggest downside is lack of Smarty support. Other than that i love having code completion everywhere, not just in php documents. Editing CSS is a lot easier now, it even indicates browser support on various arguments. |
|||
|
|
|
|
mmm... well, I like phpedit it's very good IDE, fast and powerful |
|||
|
|
|
|
I saw a comment above about using Komodo. Komodo Edit, a simple text editor, is free but the IDE, which you are looking for, is not. Just FYI. |
|||
|
|
|
|
I am using HTML-Kit 292, a bit outdated but has many plugins and is very fast (also free). PHP support and the PHP offline manual can be integrated by various plugins. |
|||
|
|
|
|
Not sure if an IDE is the same as a code editor, but the latter is what I use. On the PC I recommend Crimson Editor as others above, and On the Mac, Coda has floated by boat for a while now. Nothing beats the remote editing and saving. |
|||
|
|
|
|
We are using eclipse europa with php extension and xdebug on server side. Its all on windows (unfortunately) Wamp server with xdebug as dll extension for php and suprisingly it all works perfectly. Debugging step by step and all that stuff works nicely. keyboard shortcuts and general editor is on a very nice level as well. |
|||
|
|
|
|
I recommend Crimson Editor. There isn't code completion, but you can download the PHP CHM help file and configure Crimson to launch it and view the documentation for any function with a hotkey. It is a pretty powerful tool. Another editor I've been using lately is E Text Editor, only because it has better FTP support than Crimson. |
|||
|
|
|
|
I tried so many applications over the years; like Homesite, UltraEdit, Notepad++, e, Eclipse PDT, Dreamweaver. After trying Aptana I decided to go on with Aptana. The latest version (1.2) is the best. Aptana has some very useful plugins like Adobe AIR, iPhone, RadRails etc. The interface is very usable, it has code complation, PHP and Javascript frameworks support, project support, code colorization, source control. |
|||
|
|
|
|
I get by with jedit with the ftp, phpparser, jedit, and sidekick plugins. For me, it provides most of the functionality that bigger IDE's do wtihout as much bloat. I've used, and for a large project would recommend Eclipse with PDT, primarily for SVN integration, although if you like code-completion, et al, I'd suggest you look at Eclipse first. |
|||
|
|
|
|
|
|||
|
|
|
|
It's like 3 years that i work on link text It's free, quick, stable, and...(dont know how to explain it in english...) really fair-use. Is even simple and old: forget the sintax suggestions. Otherwise, link text have some additional feature and is sstable aswell. |
|||
|
|
|
|
While it's not free I really like Textmate (MAC) or E-Text Editor (MS) The bundle functionality make it worth the minimal proce. |
|||
|
|
|
|
Every PHP IDE available is crap, whether you have to pay for it or not and regardless of how pricey it is. That said, the very LEAST crappy IDE for php development is Zend Studio 5.5 -- it is the ONLY IDE that has every feature a PHP dev needs. Unlike Eclipse, it lets you manage projects of all shapes and sizes very easily, and integrating multiple FTP/SFTP sources into your projects is a no-brainer. While Zend Studio 5.5 vastly outweighs all others as MY IDE of choice, the downsides are still considerable: 1) It is buggy. Once in awhile things that usually work fine will break temporarily. Like Find in Files (an extremely useful feature) or on rare occasions, the ordinary rendering of text (easily remedied with any activity that force-refreshes the editor, like Word Wrap on-then-off). 2) It is expensive. $299 for a single, standard Professional license. 3) It is deprecated. For some bizarre, unknown reason, Zend has decided to take their very best IDE ever (namely, Zend Studio 5.5) and completely scrap it. Versions 6 and 7 are built on top of Eclipse PDT. They still cost $300 a pop, and they are basically just Eclipse PDT with a few extra features that are missing from Eclipse PDT, like SFTP and whatnot. If you can find a way to buy Zend Studio 5.5, it will make you happy, but its not perfect. |
|||
|
|
|
|
I use Dreamweaver with my dwoop extension(http://code.google.com/p/dwoop). dwoop will let you jump to the function/class definaiion within Dreamwevaer(by using ctags) Dreamweaver is a all-in-one IDE for web programmer. you can do WYSIWYG and edit CSS and manage your site with FTP/local file browser.I love it. |
|||
|
|
|
|
I'm very surprised to not see Quanta+ listed anywhere. It's my favorite editor across any platform and should be able to run great on your macbook. |
|||
|
|
|
|
Totally phpDesigner. It has syntax highlighting for multiple languages, as well as the fact that it greys out code in other languages while you're editing a particular language in a code file. It has project support for grouping files, ftp locations, etc. It supports intellisense, as well as custom functions/methods/classes. It's just FANTASTIC! And, it's the fastest IDE I've ever worked with. It seems like a pain to use Visual Studio for my .NET projects after having worked with phpDesigner. |
|||
|
|
|
|
I've been sticking with DevPHP for years now. Love the functionality, and totally free. |
|||
