Raise Hand
May 23, 2025 ยท View on GitHub
A VS Code extension for Cursor that provides visual notifications when AI finishes generating code.
Features
- Monitors text insertions in the active editor
- Detects when AI likely finished generating code using heuristics
- Shows a notification with a "Go to it" button
- Clicking the button jumps to the inserted code location
Installation
- Install Node.js and npm if you haven't already
- Clone this repository
- Run
npm installto install dependencies - Run
npm run compileto build the extension - Press F5 in VS Code to start debugging
Development
# Install dependencies
npm install
# Compile the extension
npm run compile
# Watch for changes during development
npm run watch
Building VSIX Package
To create a VSIX package for installation:
- Install vsce:
npm install -g @vscode/vsce - Run:
vsce package - Install the generated .vsix file in Cursor
License
MIT