2

I have used /// snippet in C# when I use Visual Studio 2010 and this will create a pre-defined comment block.

When I use VB.NET the same princioal using ''' doesn't work. I can make my own snippets to intellisense, but is there predefined snippet for this?

1
  • 1
    See here or here. Commented May 20, 2015 at 8:23

1 Answer 1

2

In the Project Explorer select your Project and than open the Project Properties. Goto Compile and be sure that "Generate XML documentation file" is checked. Without that option the ''' snipped is disabled in vb .net

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.