A Raycast extension that allows you to quickly open your development projects in your preferred IDE (Cursor, Windsurf, or VSCode).
- 🔍 Automatically discovers projects by scanning for common project indicators:
- Git repositories (.git)
- Node.js projects (package.json)
- Rust projects (Cargo.toml)
- Go projects (go.mod)
- Python projects (requirements.txt)
- 🚀 Quick access to open projects in:
- Visual Studio Code (⌘ + Return)
- Windsurf (⌥ + Return)
- Cursor (Return)
- ⚙️ Configurable workspace path
- 🎯 Project path display for easy reference
- Make sure you have Raycast installed
- Install the extension from the Raycast Store
- Ensure you have at least one of the supported IDEs installed:
- Open Raycast (default: ⌘ + Space)
- Search for "Open Projects"
- Select your project from the list
- Use the keyboard shortcuts or click to open in your preferred IDE:
- VSCode: ⌘ + Return
- Windsurf: ⌥ + Return
- Cursor: Return
You can configure the workspace path in the extension settings:
- Open Raycast Settings
- Navigate to Extensions > Open Projects
- Set your preferred workspace path (default: ~/Projects)
Feel free to open issues or submit pull requests to improve this extension.