Collect. Explain. Export.
Save highlighted code snippets with descriptions & explanations, then export beautiful markdown instantly.
Live Demo
Loading demoβ¦

Features
- Quick or detailed snippet capture
- Inline CodeLens actions
- Explanation & description support
- Grouped markdown export
- Status bar snippet counter
- Multi-selection handling
- Dark / light theme friendly
Usage
- Select code in VS Code
- Use CodeLens: Quick Add or Add with Details
- Repeat & group related snippets
- Export to markdown (auto or custom name)
- Share or commit generated documentation
Core Commands
Quick Add
Fast snippet + description
Add with Details
Description + explanation
Quick Save All
Auto markdown export
Save All As...
Choose file path
Clear All
Remove snippets & highlights
Cancel
Hide transient UI
Installation
You can install CodeMark using any of the following methods:
- Direct from the Marketplace: https://marketplace.visualstudio.com/items?itemName=chinmay-sawant.code-snippet-collector
-
Via VS Code Extensions view:
Open VS Code β Extensions β Search for CodeMemos and install. -
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.