Quote:
Originally Posted by scsefrmr
Xav is right, VWD is excellent for typing the raw code in. It has that VB feel where it gives you a drop down list for alternative commands for the text you have typed etc.
I was impressed by that, made it a lot easier.
Plus theres less chance for user error, as it gives you the commands available for the position your cursor is in the code (i.e. it will only offer <TD> and </TR> if you are typing after a <TR> tag in HTML).
|
Just about every IDE on the planet has code completion. Well there are some text editors with code completion as well. Emacs certainly has it.