PDA

View Full Version : Best PHP Editor?



dabomb1022
November 27th, 2010, 07:43 AM
Hello fellow Coders. I'm a web developer and was wondering what the best IDE is for php and html. I have been using coda on the mac and really like that. After getting Linux I have installed bluefish editor but haven't used it yet. What is the best editor out there for Linux?

Finalfantasykid
November 27th, 2010, 07:55 AM
I've always used basic text editors with syntax highlighting for php.

Gedit (Linux)
Notepad++ (Windows)

I've never used any IDEs for php for some reason...

dabomb1022
November 27th, 2010, 08:10 AM
I have used notepad++ before. Maybe I will install it with wine but that's a waste of space getting wine for that. I also need a good ftp client if anyone can help me out with that too. I have been using cyberpunk for mac. If I get each of these programs ill be all set with ubuntu!

Finalfantasykid
November 27th, 2010, 08:16 AM
gedit is very similar to notepad++, I would just use that on Ubuntu.

For ftp, I always use the filebrowser. But if you want a more full blown ftp program, then FileZilla is quite good.

zadehas
November 27th, 2010, 02:26 PM
if you have lots of memory, go with netbeans (http://netbeans.org/). You can also find it in the repositories. Netbeans is heavy weight, but great for complex projects.

Geany (http://www.geany.org/) is a lightweight editor, still packing a lot of features.

Otherwise, basic editors will probably be enough (gedit in Gnome or Kate in KDE for instance).

imagecko
November 28th, 2010, 08:14 PM
I'm quite happy with Aptana Studio 3.

maticer
November 28th, 2010, 08:23 PM
Definitely Aptana! :)
http://aptana.com/

Aptana 3 if u want a few new features and a bit better looking GUI, now with themes, but I would recommend you to use Aptana 2, much more stable, but slower.
You will also probably need PDT package (PHP Development Tools) and you'll have some problems with it in Aptana 3.

p.s.: aptana is not just for linux, but also for Mac and Windows.

techrush
November 29th, 2010, 12:45 AM
Another vote for Aptana here altough komodo edit is quite good also...

Nick Brunt
November 29th, 2010, 01:39 PM
Notepad++ and Filezilla are great, and there's an ftp plugin in Notepad++ which makes life a lot easier.

dnv2006
September 1st, 2012, 04:29 AM
I love gedit more than Notepad++

jaho22
September 1st, 2012, 07:27 AM
I today only use Bluefish to code php and html,
i had with my old computer some runs with netbeans, but netbeans was way too heavy to me,
Bluefish is pretty simple to use so you dont need to wonder that much the program itself, you can just write code.

I give my points to Bluefish.

snip3r8
September 3rd, 2012, 02:13 PM
Sublime Text 2 (http://www.sublimetext.com/2) the best cross platform everything editor.

overcast
September 3rd, 2012, 06:15 PM
I am using sublime text 2 on ubuntu 12.04. It is good editor so far, has most of the features like intellisense and other stuff.

DarkAmbient
September 4th, 2012, 02:13 PM
gedit all the way, has everything you need imo.

Odexios
September 4th, 2012, 06:15 PM
I'd go with vim; it only takes a few days to get the basics and it's great for when you need to quickly edit a file via ssh or something like that and still need something powerful.

LiamOS
September 4th, 2012, 06:27 PM
Once you get the hang of it, vim is incredible. I've reached the stage where I find text editing annoying in post boxes like this one, because I can't do all the mad stuff that vim allows me to.

sid0972
September 4th, 2012, 07:03 PM
geany is another good, lightweight program