Take notes in VS Code, just like in the Geany IDE:
This extension adds a (bottom) panel to the VS Code UI that mimics the functionality of Geany's "Scribble" feature:
Because it's a neat little feature that I've been missing in VS Code after switching over from Geany. And apparently I'm not the only one: microsoft/vscode#58774.
Currently, the plugin exposes the following command(s):
Command | Description |
---|---|
Save scribble |
Save scribble contents to disk |
Copy scribble |
Copy scribble to clipboard |
git clone https://github.com/lorenzgillner/vscode-scribble
cd vscode-scribble
npm install # install dependencies
npm run release # build the VSIX package