Show your Cursor IDE activity in Discord with Rich Presence integration. Track your coding sessions, file changes, and project status in real-time.
- 🎮 Real-time Discord Rich Presence integration
- 📝 Shows current file being edited
- 📊 Displays project name and workspace information
- 🔍 Shows number of problems (errors, warnings)
- 📈 Tracks current line and total lines
- ⚡ Updates automatically when switching files
- 🔄 Configurable update interval
- 🎨 Customizable presence display
- Discord desktop app installed
- Cursor IDE
- Node.js and npm (for development)
This extension contributes the following settings:
cursor-ide-rpc.enabled
: Enable/disable Discord Rich Presence
- Install the extension
- Make sure Discord is running
- Open any project in Cursor IDE
- Your Discord status will automatically update to show what you're working on
- Node.js and npm
- Discord desktop app
- Cursor IDE
# Install dependencies
npm install
# Compile the extension
npm run compile
# Watch for changes
npm run watch
# Run tests
npm test
# Run linting
npm run lint
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- @xhayper/discord-rpc for the Discord RPC client
- VSCord for inspiration