micropathic Posted January 23, 2004 Posted January 23, 2004 Is there any type of add-on or utility for vs .net that will allow you to comment out blocks of code at a time? For instance in the SMS Installer utility there is a feature which allows you to highlight a block of code, right click and choose comment and it will comment out that entire block. It seems very convenient and makes it easier to work w/ code imho. Quote
*Experts* Bucky Posted January 23, 2004 *Experts* Posted January 23, 2004 Well in C# you can span comments across multiple lines by opening and closing the comments with /* and */. As for VB.NET, there is a toolbar (named "Text Editor") that has buttons that comment and uncomment blocks of highlighted text. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
iebidan Posted January 23, 2004 Posted January 23, 2004 Menus Edit -> Advanced -> Comment Selection Quote Fat kids are harder to kidnap
micropathic Posted January 24, 2004 Author Posted January 24, 2004 Bucky would you happen to have a link to that utility, I couln't find after searching on google. Thanks! Quote
*Experts* Bucky Posted January 24, 2004 *Experts* Posted January 24, 2004 It's not a utility, it's a toolbar built into the VS.NET IDE. Just right-click on any toolbar and select Text Editor on the list. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
micropathic Posted January 24, 2004 Author Posted January 24, 2004 Oops.. I see it now. Thanks for your help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.