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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -