Comment tool for VB .Net
-
Does anyone know of a good tool for adding comments into VB .Net? C# I know will produce the XML comments and we are wondering if there is anything out there like that for VB .Net? Also, we may be interested in a Macro to add comment headers to our methods for the developers to fill in. Does anyone know of any good macros out there that are available? Thanks, JS
-
Does anyone know of a good tool for adding comments into VB .Net? C# I know will produce the XML comments and we are wondering if there is anything out there like that for VB .Net? Also, we may be interested in a Macro to add comment headers to our methods for the developers to fill in. Does anyone know of any good macros out there that are available? Thanks, JS
JS, I had a similar problem and wrote a VS addin to try and address this. It can be found at http://ncomment.sourceforge.net/[^] It is still in Beta, my apologies if you find any bugs in it. Let me know what you think. I am also working on a macro to add comment blocks to the top of functions. Ben.