An open API service indexing awesome lists of open source software.

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.

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 Install

2. 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" button

3. 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