Code Marking
Code Marking helps developers save important code snippets directly inside VS Code and revisit them anytime.
Instead of searching through files, line numbers, or folders again, simply highlight your code, save it, and access it later from the sidebar.
Usage
- Install extension
- Select & mark code instantly with selection popup
- All saved code blocks appear in the Code Marking sidebar. (No need of exiting your IDE)
- Open → jump back to the original code. (If original code not changed / file still exists)
- Copy → Copies the saved code to clipboard
- Delete → Permanently removes the bookmark
Error detection
If the code block was modified or removed, Code Marker will show:
Error: You may have modified the code block.
Persistent storage
Your saved snippets remain available even after:
- Closing VS Code
- Opening the project days later
- Bookmarks stay until manually deleted.
Supported Languages
Code Marker works with nearly all popular languages:
- HTML
- CSS
- JavaScript
- TypeScript
- Node.js
- Python
- Java
- C
- C++
- Rust
- Go
- YAML
- JSON
and more.
| |