Collect. Explain. Export.

Save highlighted code snippets with descriptions & explanations, then export beautiful markdown instantly.

Live Demo

Loading demo…

Animated demonstration of CodeMark workflow

Features

Usage

  1. Select code in VS Code
  2. Use CodeLens: Quick Add or Add with Details
  3. Repeat & group related snippets
  4. Export to markdown (auto or custom name)
  5. Share or commit generated documentation

Core Commands

Quick AddFast snippet + description
Add with DetailsDescription + explanation
Quick Save AllAuto markdown export
Save All As...Choose file path
Clear AllRemove snippets & highlights
CancelHide transient UI

Installation

You can install CodeMark using any of the following methods:

  1. Direct from the Marketplace: https://marketplace.visualstudio.com/items?itemName=chinmay-sawant.code-snippet-collector
  2. Via VS Code Extensions view:
    Open VS Code β†’ Extensions β†’ Search for CodeMemos and install.
  3. Clone the repository and run the bundled installer:
    git clone https://github.com/chinmay-sawant/Dokumenter.git
    Then run the installer script included in the repo:
    install-extension.bat (Windows) β€” file is in the repository root.

After installation you can open the extension in the Extension Development Host (F5) for testing or use the installed extension directly in your VS Code.

Why CodeMark?

Designed for large codebase walkthroughs where copying, pasting and organizing snippets is time-consuming. CodeMark compresses discovery β†’ documentation time.