An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://i.imgur.com/bbvOhml.png)

**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.

![](https://i.gyazo.com/24d622ca990c4355ee0fe9e2db33fce0.gif)

# 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**

![](https://i.imgur.com/sckirt5.png)

**Sidebar view**

![](https://i.imgur.com/qvWlQ7P.png)

**Navigate with 1 click**

![](https://i.imgur.com/eiSOZQ6.gif)

**Colorizable mementos**

> It can be disabled

![](https://i.imgur.com/0sTbeUe.png)
![](https://i.imgur.com/QJcBSGD.png)

**Easy deletable**

![](https://i.imgur.com/kjjgwUZ.gif)

**Automatic context**
![](https://i.imgur.com/A2naXtZ.gif)

# 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.

![](https://i.imgur.com/RI8CJCg.png)