I have recently moved over to coding from c#.net in vb.net
In c# i could hit ///
above any class/method and Visual Studio would automaticly generate the xml comments body for me.
Example
/// <summary>
///
/// </summary>
/// <param name="bar"></param>
void foo(string bar)
{
}
How do I get this same behaviour in my vb.net project
I have tried '''
and enter or space but it does nothing.
I'm using the same IDE for both projects
You need to set "Generate XML documentation file" in Project menu, click Properties, Compile page. Then entering ''' will work.
simply press ' button 3 times ie '''
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With