Which text editor has the most useful autocomplete for text editing?
That is, when you type a tag like <p>, the editor will automatically add </p> and put the cursor after the first tag. It should also display a context sensitive list of valid tags when you press CTRL+Space (or similar hotkey)
I've been using Notepad++. I avoid Visual Studio because of the bloat. I installed Aptana Studio yesterday and it looks interesting.
What's your experience? What text editor have you used that has HTML, CSS and JavaScript autocomplete features that help you write web pages quickly?