https://github.com/icaruk/vscode-mementos
Mementos is a VS Code extension that enhances productivity by providing visual cues and easy navigation to important areas with specific and configurable comments.
https://github.com/icaruk/vscode-mementos
bookmark jump marketplace mementos vscode vscode-extension
Last synced: 6 months ago
JSON representation
Mementos is a VS Code extension that enhances productivity by providing visual cues and easy navigation to important areas with specific and configurable comments.
- Host: GitHub
- URL: https://github.com/icaruk/vscode-mementos
- Owner: Icaruk
- Created: 2023-07-04T15:09:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T08:46:35.000Z (over 1 year ago)
- Last Synced: 2025-10-09T00:31:37.652Z (10 months ago)
- Topics: bookmark, jump, marketplace, mementos, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Icaruk.mementos
- Size: 315 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

**Mementos** is a VS Code extension that enhances your productivity by providing visual cues and easy navigation to your important areas with specific and configurable comments.

# Features
- 👁️ Provides **visual cue** for specific comments.
- 🦘Sidebar view to **jump** between mementos on the active file.
- 🗑️ Delete mementos with 1 click to keep your **code clean**.
- ✅ Mementos are **shared with your team** because they are `// comments`.
- ⚙️ Customizable triggers. You can use `// @mem:warning`, `// @@ warning`, `// warning` or whatever you want.
**Visual cues**

**Sidebar view**

**Navigate with 1 click**

**Colorizable mementos**
> It can be disabled


**Easy deletable**

**Automatic context**

# Compatibility with [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)
In settings:
- Set `mementos.comment.triggerWord` to a single space ` `.
- Set `mementos.comment.triggerWordSeparator` to empty string.
