I am a web developer and I recently switched to Ubuntu, because it's faster for LAMP development. I worked with Notepad++ in Windows.
Which editor do you recommend to me for daily PHP, HTML, CSS development?
|
I am a web developer and I recently switched to Ubuntu, because it's faster for LAMP development. I worked with Notepad++ in Windows. Which editor do you recommend to me for daily PHP, HTML, CSS development?
| ||||
feedback
|
|
Well I would recommend VIM.
But for a beginner I would go with GEdit and transform it into TextMate. So lets do it! It is quite easy and I guarantee you will fall in love with it.
| |||||||||||
feedback
|
|
GEdit has never given me any problems. But Komodo Edit by Active State has by far been my favorite editor across a platforms.
| ||||
|
feedback
|
|
GEdit is generally very appreciated on Ubuntu with the Gnome desktop. Have a look at this blog on how to tune your config: Pimp my Gedit.
| ||||
|
feedback
|
|
I prefer the Bluefish editor. It supports syntax highlight and completion for many languages.
Just install using
| ||||
|
feedback
|
|
I would recommend Aptana Studio 3:
… or Titanium Studio. With Titanium Studio you also can develop native applications for Windows, Mac, Linux, Android and iOS, with HTML, Javascript, CSS and PHP, for example. | ||||
|
feedback
|
|
Geany supports many, many languages (markup, programming, and more), and is fast since it doesn't depend on the full GNOME stack.
| ||||
|
feedback
|