Html intellisense and auto-completion
VS.Php provides html intellisense within php files. It gives you access to all HTML 4.0 tags, attributes and events. VS.Php also lets you auto-complete tags. When you close the starting tag, VS.Php will insert the corresponding closing tag automatically.
The color coding of Html content can be customized the same way you customize php text within the options dialog. The options dialog also offer you the ability to disable tag autocompletion under the Php text editor section.
VS.Php also autocompletes the Html attributes by adding the equal sign and quotes at the end of the attribute. If also places the cursor in between the two quotes.

