views:

664

answers:

6

I'm used to Visual Studio, so in an ideal world I would like something that meets the following criteria:

  • Lightweight
  • CSS auto-complete
  • HTML auto-complete
  • CSS auto-formatting
  • HTML auto-formatting
  • Syntax highlighting

Notepad2 has syntax highlighting, but no auto-complete and no auto-formatting.

Any thoughts? Please don't answer with "Visual Studio"! I'm after something very lightweight (if it exists).

A: 

What about

Aptana

rahul
I'll look into it, but it looks like a whole IDE for Ruby on Rails. I was hoping for something a bit simpler!
joshcomley
It's not for Ruby on Rails, it's for Web Development as well. Indeed is HUGE, like 900mb of your Ram going away. But has all the features you need (except "very lightweight").
Somebody still uses you MS-DOS
A: 

PSPad is my favourite, especially in terms of being lightweight.

It has support for all languages commonly used in web development.

warpech
it has HTML and CSS auto-formatting options (under 'HTML' menu), though I have never used them
warpech
+2  A: 

Notepad++ with the autocomplete plugin script. Lightweight too!

Dominic Bou-Samra
+1  A: 

Consider Notepad++ it has autocomplete, very lightweight, tabbed interface, with several nice plugins

jerjer
A: 

( only 200kb______ html, css, javascript offline editor )

http://www.rogergajraj.com/rwc has the best html, javascript and css editor with previewer and it's free, fast, light and runs right in your browser OFFLINE. works nice for me and my students.

Roger Gajraj
+2  A: 

I'm in love with Vim with plugins, like zencoding and snipmate. I use it to write rst files (documentation), html, css, python, php, sql, and more importantly, version control with vcscommand.

And it's an editor available in all plataforms. You can develop software using Ubuntu, paying not a single cent in licenses. It's lightweight, so you don't need to have a powerful machine to be a developer.

You wouldn't believe how powerful it can become. BUT it's hard to start with, and messing up with it's configuration file (vimrc). Check github or other websites to look for pre-made vimrc files, already with a color scheme, with syntax indentation, and such.

Give it a try. Try to use gVim, it has a toolbar for beginners (but try to avoid it. After you start using only use your keyboard to develop you'll never come back to a mouse).

Somebody still uses you MS-DOS