VSSticky - The Last Sticky Notes Extension You'll Need.
It's pretty common to keep getting newer ideas or an annoying bug that you need to fix later.
So you'd want to write them down somewhere.
What better way to do that than to use Sticky Notes right?!
Now you don't need to maintain them externally, with VSSticky, you can attach sticky notes from within VSCode!
Why VSSticky? 📝
There are tons of sticky notes extensions out there, but what makes VSSticky different?
VSSticky is a first of a kind extension that offers isolated sticky notes.
You can have seperate sticky notes for every file
.
You can focus better on the task at hand.
No more the need for scavenging through a bunch of sticky notes to find the one that you had planned for a particular file.
Features 📖
Installation 🛠
To install VSSticky, you have three options:
- Search for
VSSticky
in the Extensions panel on VS Code.
- Open VSCode Quickbar using Ctrl + P and run the command
ext install Hyperclaw79.vssticky
.
- Install it from the Marketplace:
Extension Settings ⚙
VSSticky exposes one User Setting:
vssticky.autosaveInterval
: This is the time in milliseconds between each autosave for a sticky note. Defaults to 500
.
Commands 🤖
Following are the commands that you can use in the VSCode context menu.
Command |
Description |
Add Sticky Note |
Add a new sticky note. |
Delete Sticky Note |
Remove the selected sticky note. |
Add Ephemeral Note |
Add a new ephemeral note. |
Delete All Notes |
Delete all created Sticky Notes. |
Import Sticky Notes |
Import sticky notes from a JSON file. |
Export Sticky Notes |
Export sticky notes to a JSON file. |
Create Todo |
Create a TODO list from all the sticky notes. |
Copy Selection to Existing Note |
Copy the selected text to the active sticky note. |
Tips 💡
- Use colors to group your sticky notes. For e.g., by Project, Bugs/Features, etc.
- Double click on a sticky note to quickly jump to the file.
- Check out the Markdown Cheat Sheet.
Contribution 💬
Please read the Contribution Guide to help improve VSSticky.
Release Notes 📰
Please read the release notes to learn about the latest changes.