I've been using Eclipse for a while.
Some of my pages now incorporate jQuery in addition to PHP. Are there any IDEs that support both PHP and jQuery/javascript at the same time?
What's your favorite IDE?
What IDE do you use for PHP development?
Moderator: General Moderators
Re: What IDE do you use for PHP development?
I use two when coding with php. I mainly use Dreamweaver and Notepad++.
The reason why I like Dreamweaver is because it automatically checks for syntax errors and has split view. However, Notepad++ tells me what opens or closes what.
In other words, Notepad++ highlights the closing and opening parenthesis, braces, divs, tables, etc. when I select one.
I'm looking forward to see what others have to say.
The reason why I like Dreamweaver is because it automatically checks for syntax errors and has split view. However, Notepad++ tells me what opens or closes what.
In other words, Notepad++ highlights the closing and opening parenthesis, braces, divs, tables, etc. when I select one.
I'm looking forward to see what others have to say.
Last edited by malakiahs on Thu Sep 22, 2011 4:20 pm, edited 1 time in total.
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: What IDE do you use for PHP development?
NuSphere PhpED, which unfortunately didnt make the list in 2008.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: What IDE do you use for PHP development?
Same here although i prefer notepad++. My big issue with dreamweaver (i've mentioned this elsewhere) is that it is a resource hog which makes working it a bit of a problem.malakiahs wrote:I use two when coding with php. I mainly use Dreamweaver and Notepad++.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: What IDE do you use for PHP development?
Komodo Edit, both on Linux and Windows.