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.
- 👁️ 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
Compatibility with Better Comments
In settings:
- Set
mementos.comment.triggerWord
to a single space - Set
mementos.comment.triggerWordSeparator
to empty string.