Hermes CommentsHermes Comments is a simple visual studio extension that I created to help structure C and C++ code (and other languages using // and /**/ comments). It's purpose is to automate the creation of more visually complex comments to structure and document code. FeaturesUsing shortcuts you can now turn a selected text into one of three possible formats, centered, left justified or subsection. Left justified section titles: Centered section titles: Subsection titles:
Support for modifying pre-existing comments Separator bar to help distinguish important breaks in the code
The shortcuts are:
Customizing the commentsYou can decide which characters will be used to create the comments using the settings, just copy paste the following lines into your settings.json file:
When a comment contains the special characters
Known IssuesIt won't handle comments whose length is bigger than the maximum length of characters (90 by default). None more known, please report bugs, issues and feature requests to the github repository. Release Notes1.0.3
1.0.2
1.0.1
1.0.0Initial release of hermes comments Enjoy! |