The code completion is nice in some situation. But I find that I spend more time undoing the auto code entries than writing the code.
Maybe its because my brain does not linearly code. If I am making an xhtml code , I will put all the columns I want to use in first, then I put them in order, then I add HTML to make it pretty. So what I end up with is something like this
<div> </div> <%[turtle size]%>
or
Len()[city list]
I have to delete the ending and put it where it belongs more than actually using the auto-complete.