Nick Brunt
Nick Brunt

Reputation: 10057

Opening and closing tag highlighting in Dreamweaver

Is there a standard feature or plugin for Dreamweaver CS5 that allows tag highlighting like in Notepad++?

When you click on a tag in Notepad++, the opening and closing tags are both highlighted, and there is a red, vertical, dotted line between them. I find this really handy especially when dealing with large XML documents.

Does anyone know of any way of enabling this feature in Dreamweaver?

Left: Notepad++, Right: Dreamweaver CS5 enter image description here

Upvotes: 3

Views: 2368

Answers (1)

JCL1178
JCL1178

Reputation: 1155

There isn't really an equivalent way to do this in Dreamweaver. The closest method is to use the Tag Selector while in any view (Split View works best, IMO) to pick the tag and highlight both it and its contents.

Illustration of the Tag Selector

Upvotes: 2

Related Questions