DEV Community

Cover image for Notebox for VS Code πŸ“
Artem Sapegin
Artem Sapegin

Posted on

1

Notebox for VS Code πŸ“

There are several extensions for writing notes inside VS Code, but all are either too complex, or not working at all. I wanted something simple, a place to write a short reminder for myself, or store a piece of text or code that will be useful later.

Image description

The notes are persisted even if you close VS Code or switch to another workspace.

Try it now in VS Code!

You can also look at the source code on GitHub.

Top comments (0)

Visualizing Promises and Async/Await πŸ€“

async await

☝️ Check out this all-time classic DEV post on visualizing Promises and Async/Await πŸ€“