vb.net - Stop VB from showing xml comment preview -
when create xml comment in c# , collapse see:
<summary>...
but in vb potentially see
initializes fubble watzer. second line.
having line on code can introduce lots of unwanted noise when trying debug class. there way turn off xml comment previews vb?
unchecking generate xml documentation file
on compile tab vb.net project should it.
remember turn on again when finished if want have xml comments built. leaving off improve visual studio performance.
Comments
Post a Comment