Poll

Which PHP Editor do you think is the best?

Dreamweaver
41 (16.9%)
Komodo
7 (2.9%)
PHP Designer
11 (4.5%)
Eclipse
14 (5.8%)
PHPEdit
3 (1.2%)
Quanta Plus
0 (0%)
Vi(m)
5 (2.1%)
Emacs
1 (0.4%)
BBEdit
1 (0.4%)
Zend Studio
9 (3.7%)
Notepad++
73 (30.2%)
HTML Kit
2 (0.8%)
NetBeans
34 (14%)
TextMate
6 (2.5%)
Other
32 (13.2%)
Aptana
2 (0.8%)
UltraEdit
1 (0.4%)

Total Members Voted: 242

Author Topic: Which PHP Editor do you think is the best? [v2]  (Read 18077 times)

0 Members and 1 Guest are viewing this topic.

Offline phpfreak

  • Administrator
  • Devotee
  • *
  • Posts: 1,252
  • Gender: Male
    • View Profile
    • http://www.phpfreaks.com
Re: Which PHP Editor do you think is the best? [v2]
« Reply #105 on: December 03, 2011, 11:05:21 AM »
I use to use UltraEdit (IDM Software) on Windows a long time ago. I switched over to MAC and tried several editors, ended up using Zend for a while but I really hate how bloated Zend is.  I found UltraEdit has a Mac version and it's pretty awesome and cheap.  Plus Free 30 day trial. 

http://www.ultraedit.com/

Offline melloorr

  • Enthusiast
  • Posts: 142
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #106 on: December 03, 2011, 12:02:55 PM »
I use Microsoft Expression Web. Seems to be good, but there does not seem to be much other people that use it  :confused:

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,256
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #107 on: December 03, 2011, 11:55:26 PM »
That's because MS sux balls.

Offline KevinM1

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,912
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #108 on: December 03, 2011, 11:58:29 PM »
I'm looking at getting PhpStorm (and RubyMine, made by the same company).  Thoughts?  Impressions?
Don't go to w3schools.  Here's why
Every time a PHP coder uses 'global' a kitten dies.

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,256
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #109 on: December 04, 2011, 12:05:51 AM »
I'm looking at getting PhpStorm (and RubyMine, made by the same company).  Thoughts?  Impressions?

I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.

Offline thehippy

  • Enthusiast
  • Posts: 177
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #110 on: December 04, 2011, 12:56:25 AM »
I'm looking at getting PhpStorm (and RubyMine, made by the same company).  Thoughts?  Impressions?
Coming off Eclipse PDT then NetBeans to phpStorm has been a pleasure.  NetBeans took a great deal for me to setup the way I wanted it to work, debugger, command line php tools, et cetera.  phpStorm on the other hand is about as ready to go as an IDE can be, notably has integration with PHPUnit, phing, phpdoc and github, has good XML tools and works as a JS editor.  If you find NetBeans a bit of a memory hog, phpStorm is a bit better and more responsive, not as good as the jump from Eclipse to NetBeans, but noticeable none the less.  The code inspection is much more robust in phpStorm, not only will it autocomplete down to the array key but it does a fantastic job in mixed code situations (PHP, HTML, and JS all in the same view for instance).  Another thing that not everyone will take into account is that the devs are fairly responsive with bugs, their tracker is public and things tend to get attention quickly.  Feature requests on the other hand seem to take a major version release or someone to write a plugin as a work around.  The downside is the extra functionality phpStorm provides might not be worth it, NetBeans is free and phpStorm is $100-200 USD, you'll really have to give the trial a shot and see if its worth it to you.  Having my IDE be less of a headache made purchasing a license worth it to me, though I haven't upgraded to 3.0 yet which was only released a couple of days ago.

Offline melloorr

  • Enthusiast
  • Posts: 142
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #111 on: December 04, 2011, 10:49:55 AM »
That's because MS sux balls.

True, but I only started using it because I got it for free.

But I have a question about Notepad++

I keep getting lines that have just a space, and does not delete when using 'Delete Blank Lines' . Is there anyway to get around this?

*EDIT* Never mind, I have done it now  :)
« Last Edit: December 04, 2011, 11:00:14 AM by melloorr »

Offline scootstah

  • Devotee
  • Posts: 989
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #112 on: December 08, 2011, 05:49:32 AM »
I use Eclipse PDT. I just like the feel of it. Powerful if it needs to be, but simple and elegant if not.

I also use Notepad++ for quick edits and such.

Offline sandeep529

  • Enthusiast
  • Posts: 74
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #113 on: December 28, 2011, 01:39:41 AM »
I use the gvim with the following plugins

Tablistlite plugin:

http://www.vim.org/scripts/script.php?script_id=3680

This enables me to switch tabs lightning fast.
I have mapped the command to open the tablist window to F2 key. This enables me to switch between different tabs without even thinking as the tablist is sorted on the basis of last accessed tab so the key sequence <F2> <Enter> will switch between the current tab and the tab you were previously in. and also

<F2><Down arrow><Enter>  => to 2nd last accessed tab
<F2><Down arrow><Down arrow><Enter>   =>to 3rd last accessed tab  And so on

functionlist.vim
http://www.vim.org/scripts/script.php?script_id=3681

This plugin opens window on the rhs that contains a list of function names detected in the current script. Function names are sorted alphabetically.
Press any key and the cursor moves to the function names atarting with that letter. Pressing enter on a function name moves the cursor to that function in the code window.

Just map the command to open the function list to some function key.

Nerdtree plugin

http://www.vim.org/scripts/script.php?script_id=1658

This opens a file browser window in the lhs of the current window. You can do basic file opertaions like opening,opening in a new tab, delete/move/add files from the pluggins window itself.

If you take some time to learn vim, then there is really no going back...So i think...)

regards,
Sandeep

An easy to use alternative to simpleXML- http://crxml.pagodabox.com/demo.php
An easy to use alternative to xdebug in pure PHP - http://moduler.pagodabox.com/#using-profiler

Offline KevinM1

  • Global Moderator
  • Fanatic
  • *
  • Posts: 3,912
  • Gender: Male
    • View Profile
Re: Which PHP Editor do you think is the best? [v2]
« Reply #114 on: December 28, 2011, 11:33:50 PM »
I've been using the free trial of PhpStorm for the last week or so.  I'm loving it.  Does just about everything I'm looking for out of the box, and is simple to tweak.  Even better, it's still reasonably quick in my VM setup.  Definitely buying a licence when the evaluation period ends.
Don't go to w3schools.  Here's why
Every time a PHP coder uses 'global' a kitten dies.

Offline aditd

  • Irregular
  • Posts: 5
    • View Profile
    • Coupon Site Script
Re: Which PHP Editor do you think is the best? [v2]
« Reply #115 on: January 11, 2012, 01:20:20 PM »
I voted for Dreamweaver. As I not to much of a coder it helps to see in the program how the changes take effect. If not Dreamweaver then notepad ... but only when knowing what I'm doing and working on servers.
Coupon Site Script - Turnkey Affiliate Moneymaking Business

Code Coupon Discount - Coupon Site Script in Action

Offline ober

  • Pandas pwn j00
  • Staff Alumni
  • Freak!
  • *
  • Posts: 8,312
  • Gender: Male
  • 404? what!?
    • View Profile
    • Windy Hill Productions
Re: Which PHP Editor do you think is the best? [v2]
« Reply #116 on: January 18, 2012, 11:34:54 AM »
I've been using the free trial of PhpStorm for the last week or so.  I'm loving it.  Does just about everything I'm looking for out of the box, and is simple to tweak.  Even better, it's still reasonably quick in my VM setup.  Definitely buying a licence when the evaluation period ends.
PHPDesigner 8 (http://mpsoftware.dk/) was just released.  I've been using this IDE for years and I absolutely love it.  I looked at PHPStorm and it seems like PHPDesigner can do all of that stuff.  And it's cheaper.
« Last Edit: January 18, 2012, 11:36:43 AM by ober »
PHP 5 - MySQL 5 - Win Vista 64 - Firefox 3, IE 7
Info: PHP Manual

Quote from CV: After nuclear fallout, there'll be zombies everywhere.  You can't be running from them when you're all fat and shit.  They'll just catch you and eat you and take forever to do it and you'll just have to sit there all that much longer.

Offline premiso

  • Karma Chameleon
  • Staff Alumni
  • Freak!
  • *
  • Posts: 6,671
  • Gender: Female
  • effing right
    • View Profile
    • PHP Help
Re: Which PHP Editor do you think is the best? [v2]
« Reply #117 on: January 18, 2012, 03:50:33 PM »
I prefer Geany for Windows :) Its not Java, which is a huge + in my book. May not have all the flashy features, but is a nice lightweight IDE.