Multiple comment formatting tool for Visual Studio 2010 and 2017
I am looking for a multiple comment formatting tool for vb.net code in Visual Studio 2010 and 2017. I have checked the default options and third-party plugins, but I cannot find anything that works for both versions. I already have got plugins that work for 2017 (Better Comments), but I am looking for something that works for both versions.
Does anyone know of a visual studio plugin or setting that can be used for comment formatting vb.net code in both Visual Studio 2010 and 2017? If not, I am also interested in a plugin or setting that works for Visual Studio 2010 only.
Thank you in advance for your help!
Re: Multiple comment formatting tool for Visual Studio 2010 and 2017
Have you seen this older plugin for 2010 https://marketplace.visualstudio.com...mmentsExtender ?
Alternatively, maybe it is possible to fork Better Comments and change it to be compatible with 2010 as well (or make a version that is for only 2010) The author might be willing to give you some ideas or you could compare the requirements of a plugin for VS 2017 to that of VS 2010 and apply that to this plugin.