CPPComment Visual Studio ExtensionCPPComment is a Visual Studio Extension that generates comments based on Microsoft XML Docs, inspired by the CPPTripleSlash Extension. I noticed that CPPTripleSlash and its alternative CppXmlComment both do not provide auto detection for parameters and class names, which I personally would like to include within my comments. Therefor, to differentiate from these other two extensions, it does the following:
Usage
InstallationDownload the .vsix file from the release page or download it from the Visual Studio Marketplace, double click on it, and install. DevelopmentThis extension has been developed using Visual Studio 2017. I needed this for my other projects, so I didn't pay much attention to code standards and conventions, basically this is my first extension so it has alot of trial and error code within it and I will not guarrantee that it will always work. I might change that in the future, if requested, or when I feel like it. Todos
LicenseMIT (But please do reference me). Free Software, Hell Yeah! |