Fork501
Freshman
I was wondering how to make Intellisense show the descriptions of the methods in my classes, which I make public?
It makes it easier for me to use my classes between applications if I don't need to flip back and forth between screens to read what I had put in the comments when I want to use a function in the class. It's more of a quick thing for me, really.. In the long run, if I didn't describe it well enough, I would have to go back to it anyways and read the code.
Every little bit helps!
Thanks in advance! =)
~Derek
Quick Edit:
I figure that I should mention that I'm using C# on Visual Studio 2005
It makes it easier for me to use my classes between applications if I don't need to flip back and forth between screens to read what I had put in the comments when I want to use a function in the class. It's more of a quick thing for me, really.. In the long run, if I didn't describe it well enough, I would have to go back to it anyways and read the code.
Every little bit helps!
Thanks in advance! =)
~Derek
Quick Edit:
I figure that I should mention that I'm using C# on Visual Studio 2005