https://github.com/iamlongalong/vscode-auto-cursor-accept
đ Supercharge your Cursor IDE experience! This extension automatically accepts AI suggestions, making your coding flow seamless and efficient. Perfect for developers who trust Cursor's AI and want to speed up their coding process. A VS Code extension that automatically accepts and runs Cursor AI suggestions to improve your coding efficiency.
https://github.com/iamlongalong/vscode-auto-cursor-accept
ai-coding auto-accept cursor-ai cursor-ide vscode-extension
Last synced: about 1 month ago
JSON representation
đ Supercharge your Cursor IDE experience! This extension automatically accepts AI suggestions, making your coding flow seamless and efficient. Perfect for developers who trust Cursor's AI and want to speed up their coding process. A VS Code extension that automatically accepts and runs Cursor AI suggestions to improve your coding efficiency.
- Host: GitHub
- URL: https://github.com/iamlongalong/vscode-auto-cursor-accept
- Owner: iamlongalong
- License: mit
- Created: 2024-12-03T16:21:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:45:57.000Z (6 months ago)
- Last Synced: 2025-03-27T10:47:44.673Z (about 2 months ago)
- Topics: ai-coding, auto-accept, cursor-ai, cursor-ide, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VS Code Auto Accept
English | [įŽäŊ䏿](README_zh.md)
> đ Supercharge your Cursor IDE experience! This extension automatically accepts AI suggestions, making your coding flow seamless and efficient. Perfect for developers who trust Cursor's AI and want to speed up their coding process.
A VS Code extension that automatically accepts and runs Cursor AI suggestions to improve your coding efficiency.
## Installation
You can install this extension in several ways:
1. Install through VS Code Marketplace
- Open VS Code
- Click on the Extensions icon in the Activity Bar
- Search for "Auto Cursor Accept"
- Click Install2. Install through Marketplace URL
- Visit [VS Code Marketplace - Auto Cursor Accept](https://marketplace.visualstudio.com/items?itemName=iamlongalong.vscode-auto-cursor-accept)
- Click on the "Install" button3. Quick Install
- Press `Ctrl+P` (Windows/Linux) or `Cmd+P` (macOS)
- Paste the following command:
```
ext install iamlongalong.vscode-auto-cursor-accept
```## Features
- Automatically accept Cursor AI suggestions
- Improve coding efficiency
- Seamless integration with Cursor IDE## Usage
1. Open Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`)
2. Type "Start Auto Accept"
3. Press Enter to start auto-accepting Cursor suggestions## Requirements
- VS Code 1.85.0 or higher
- Cursor IDE installed## Extension Settings
This extension contributes the following settings:
* `extension.startAutoAccept`: Enable/disable automatic acceptance of Cursor suggestions
## Release Notes
### 1.0.1
- Fixed command registration issue
- Added bilingual documentation (English and Chinese)
- Improved error messages and logging
- Code optimization and cleanup### 1.0.0
Initial release of Auto Cursor Accept
- Automatic acceptance of Cursor AI suggestions
- Simple command to toggle auto-accept feature