Showcase and discover digital art at yex

Follow Design Stacks

Subscribe to our free newsletter to get all our latest tutorials and articles delivered directly to your inbox!

Dreamweaver 8 Reviewed – Comment/Uncomment

Comment/Uncomment

Now you want to drop a number of preformatted types of comments in to your document. Type your comment, select the type of comment tags it needs to be enclosed in, and viola: it’s done. Need JavaScript “//” comments? They’re there. Need multi line JavaScript “/* */”? No problem. ColdFusion or HTML Comments? Done. VB comments are there, too.

The uncomment functionality is nice, too. Select a commented section of code and simply click the “uncomment” button to have the comment tags removed. No longer do you have to delete the opening tag, then go to find the closing tag. This feature is particularly handy when you’re commenting and uncommenting large blocks of code.

Comments