Scraps
July 29, 2025 · View on GitHub
Scraps is a simple tool that allows you to make notes in the sidebar.
Keep your thoughts close, without cluttering your code.
Directory Structure
.
├── resources ... Static resources for VSCode extension
├── src ... Source code for VSCode extension
└── webview-ui ... Webview UI source code
├── public ... Static resources for Webview UI
└── src ... Source code for Webview UI
Development
Requirements
- Node.js
Setup
- Fork this repository
- Clone the forked repository
- Run
npm installin the root directory
Running the Extension
F5to start the extension in a new VSCode window- Open the extension by clicking on the
Scrapsicon in the sidebar