Hey, I'm on a continuous mission to find the ultimate PHP IDE that will work with Gnome on Linux. Let me know what you think. Thanks a million!
|
feedback
|
closed as not constructive by cHao, Will♦ Sep 2 '11 at 14:30
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.
protected by Robert Harvey♦ Feb 26 '11 at 16:26
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
I currently use ActiveState's Komodo Edit - It's fast, easy to use, and works well for my work processes Though, I'd say that PDT isn't that bad either - I just personally prefer Komodo | |||||||||||
feedback
|
|
I have to say vim. A well setup vim is powerful, efficient and fast to develop on. Andrei Zmievski's has a great document for setting vim up for php. Here is a link to his talk page. Talk 42 is the one you want. I've found any PHP IDEs just aren't configurable enough to give me everything I need and can be slow and clunky to use. Vim has done a great job with a couple of minor exceptions. | |||||||||||||||||
feedback
|
|
Try NetBeans IDE for php. I bet you'll luv it. I've been using it since it's 6.5 version and is much more flexible than any other IDE/editor like Eclipse. If you want just an editor... try Notepad++. You can find alot of plugins to do everything you want and the way you want. | |||||||
feedback
|
|
try Geany. its not a immense pile like Eclipse/PDT/Zend Studio. | |||||
feedback
|
|
PhpStorm - its really fast, powerful and with only one downside - its written on Java. | |||||||||
feedback
|
|
You can always count on eclipse. It has an excellent php ide [edit] in addition this thread might help. | ||||
feedback
|
|
Do you consider Java to "work with Gnome"? If so: NetBeans. :-) | |||
|
feedback
|
|
I just use gedit, but there's also gPHPEdit which is very much like gedit but with extra features for PHP/HTML/CSS development. | |||
|
feedback
|
|
I currently use Activestate's Komodo IDE and I love it. I switched from Eclipse for everything but Java. It is great for Perl/PHP/Python and Javascript/XHTML. I particularly like the Perl code completion, and the Regex scratch pad. | |||
|
feedback
|
|
I was on the quest of finding the best PHP+MySQL+HTML+AJAX IDE too last few weeks, and I ended up using Aptana (the free version). I use VIM a lot too but mine is not heavily customized. Good thing about APtana is it's good to use out of the box, all you need to do is download the PHP Development plugin. | |||
|
feedback
|
|
I use eclipse-PDT. I believe the latest build comes with remote debugging support using xDebug. | |||
|
feedback
|
|
I have used Zend Studio in the past and it was fantastic. Documentation integration, SQL Integration, the works. | |||||
feedback
|
|
I'm probably one of the few users of Emacs to develop PHP. It's probably not the best editor for it, but it's the one I prefer :) A couple of hints on how to configure Emacs when coding PHP are available in this article from my blog. where how to setup flymake for PHP is explained. I've implemented an handy browse-php-documentation feature to search in the PHP doc directly from Emacs. It's presented here. Finally, I've recently asked this question on SO about PHP and Emacs, where nice tips have been presented. | |||
|
feedback
|
|
When I was in the business 5 years ago I finally settled on Bluefish. I haven't even thought about it in years, but it looks like they even have a Windows port now. I loved it back then-will be interested to see what's new. | |||
|
feedback
|
|
The real answer is nobody has bothered coding a Linux program that comes close to the windows PHP IDE's available. Not for any amount of money. See Php Designer7, NuSphere PhpEd for example. code completion, code folding,highlighting, integrated debugging, code reformatting, support for HTML, PHP, JavaScript and Perl along with code tips and integrated help, local and remote editing for all and it goes on. It torks me off because Linux is more secure and what I like and I would buy one in a heartbeat if one existed and then be windows free altogether but nobody seems to want my money. So, it's Komodo IDE when I am in linux, but I often flip back to windows so I can properly debug my larger scripts. | |||
|
feedback
|