Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best editor/IDE(?) for Javascript / PHP development [duplicate]

Possible Duplicate:
Better PHP,MySql,HTML and JavaScript IDE

I'm primarily a C#.NET developer, and dabble with VB.NET when I need to for dealing with older applications within the organisation.

I have been doing more work with PHP and Javascript lately, mainly in the domain of Wordpress.

I think Visual Studio is a great IDE, really familiar with it. Is there anything out there that's the defacto standard for PHP development?

I'm looking for intellisense type features to speed things up where possible etc.

I looked at CodeLobster which is free, but I am willing to pay if there's anything out there that's particularly good. What is the Visual Studio for PHP developers?

like image 986
Dan Harris Avatar asked Jul 13 '10 15:07

Dan Harris


1 Answers

I feel Komodo Edit is a great tool.

  • It supports autocompletion, both from standard library and custom code.
  • It can handle multiple language files (such as HTML with PHP tags and some Javascript), with autocompletion for all of them
  • Is fully scriptable, in Javascript and Python
  • Recognizes a lot of languages
  • Is open source
like image 114
Iacopo Avatar answered Sep 23 '22 20:09

Iacopo