Literate CommentsThis 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. FeaturesRun one of the "Literate Comments" commands. Any comments will be rendered as Markdown. This extension utilizes the standard VS Code Markdown preview, which means any additional Markdown extensions will function as well. For example, Mermaid support. Extension Settings"literate-comments.codeLens.enabled": Enables CodeLens to preview a single comment as Markdown Release Notes0.5Only renders multiline comments as Markdown leaving single line comments as code. 0.4Detect comments instead of relying on custom syntax 0.3Support running in Web VSCode 0.2CodeLens support 0.1Initial release |