This is a fork of the now unmaintained Comments as Markdown extension by Anton Uramer.
Implements literate programming for any language, by treating any document as Markdown.
Run one of the "Literate Comments" commands. Any comments will be rendered as Markdown.
The remaining code will be wrapped in code blocks.
This extension utilizes the standard VS Code Markdown preview, which means any additional Markdown extensions will function as well. For example, Mermaid support.
"literate-comments.codeLens.enabled": Enables CodeLens to preview a single comment as Markdown
Only renders multiline comments as Markdown leaving single line comments as code.
Detect comments instead of relying on custom syntax
Support running in Web VSCode
CodeLens support
Initial release