meta-commentsXcode has this really neat organizational feature for some languages where specially-formatted comments will decorate the editor with dividers and bold formatting. This extension brings some of that functionality to VS Code. Alternative ProjectsMy work here is largely based on that of these projects below. everdrone/mark-meta-comments - Major design and implementation inspiration for this plugin. snak1t/vscode-marks-to-outline - Highlights MARK comments and adds them to the outline. Has their own style, but more configurable at the moment. FeaturesThese comments can make clear to readers on any IDE that something is going on. With this extension, VS Code will parse these comments and create visual editor decorations. Plain marks are a soft visual content divider:
Divided marks get an overline, and their (optional) text appears in the Outline view:
Marked blocks color the editor background between them. Their text also appears in the Outline panel:
Extension SettingsThis extension contributes the following settings:
Release NotesSee CHANGELOG.md. Known IssuesPRs are welcome and appreciated to help solve the following or any other issues you may have:
|