views:

51

answers:

1

Hi guys, just a small query.

I am working in VS 2008 and often i need to write a note in code like a reminder type. This note is in comment but is of multiple lines. i know VS used to provide summary option but now i am unable to find it .

a+b; // this is my note // note continuing on next line
// but dont want to write comment slashes every time

A: 

try these

/* */

Flakron Bytyqi
what i am looking for is somthing that i put /// three slashes and VS will create a summary comment by itself using /* */
jaminator