Is there a way to add a tag to a property, sub or function that will be reconized by intellisense? The information in this tag will show up in the tooltip or intellisense when you type out the function, property or sub?
Thanks Peoples :)
Printable View
Is there a way to add a tag to a property, sub or function that will be reconized by intellisense? The information in this tag will show up in the tooltip or intellisense when you type out the function, property or sub?
Thanks Peoples :)
this can't be done natively in VB.NET (it can be done in C#).
there was a post about this in one of the sticky threads in this forum, but i can't remember exactly where.
in the 101 VB.NET examples package (atop this forum) there is an XML comment example...
would you happen to know what sample it was ?Quote:
Originally Posted by kleinma
I found this site VB .Net Add-In for comments this just looks like to much work. Not worth it in my program comments will have to work.
Thanks for the insight.