how come microsoft didnt include a way to comments whole code blocks, ya know like c has */ and /*....
Printable View
how come microsoft didnt include a way to comments whole code blocks, ya know like c has */ and /*....
You can (in a way)Quote:
Originally Posted by Grunt
Highlight what you want to comment and click "Comment out selected lines" in the Text Editor toolbar.
Or highligh the text and use the key commands:
Ctrl+K Ctrl+C (comments)
Ctrl+K Ctrl+U (uncomments)
thanks, I wasnt even aware of these methods, and I've been doing this for a while now...