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

  1. Fork this repository
  2. Clone the forked repository
  3. Run npm install in the root directory

Running the Extension

  1. F5 to start the extension in a new VSCode window
  2. Open the extension by clicking on the Scraps icon in the sidebar