What do you write your code in? (looking for a highlighting program like notepad)

Associate
Joined
18 May 2006
Posts
785
Hi guys- just wondering what programs you use to write CSS or other web code in?

I'm downloading notepad++ as we speak - is there any other options or things I should setup / consider?
 
I use Netbeans for my PHP. Its got a lot of bells and whistles but its doing the job. I particularly like the navigator where you can see all your functions/methods and variables. Just double click and it takes you to the first instance which is very handy. It will also auto-complete functions/methods/variables upon typing, again very handy. Its crashed twice for me though (I'm using ubuntu) which is not exactly what I need when I'm writing stuff! :o
 
Eclipse for Java, PHP, HTML, JavaScript and XML. The code formatting options are excellent. :)

Notepad++ if I am just doing some quick editing.
 
I'm a newbie so i've been using Eclipse, definitely want to get into Vim at some point but right now it just feels like it would be like learning a whole other language.

Sublime Text 2 does look nice but i can't justify it for a hobby.
 
Back
Top Bottom