I would like to add documentation for a class in VB.Net. I would like to add some examples and some xml tags in class documentation. The problem is in Object Browser the text is not formatted and not possible to pass to new line. All comments are in the same row. I tried all different tags from this post "Adding line breaks to comments for Intellisense " and from Microsoft page "https://learn.microsoft.com/en-us/dotnet/csharp/codedoc". But, it work for C# and it doesn't for VB.NET. For testing I created a new c# project.
Is it still possible to format the class documentation or add just the line break in VB project?
` - doesn't. I use VS Ultimate 2012, projects uses .net framework 2.0