# Cursor-Editor **Repository Path**: minicoderx/Cursor-Editor ## Basic Information - **Project Name**: Cursor-Editor - **Description**: Cursor 是一款集成了 GPT-4 的代码编辑器,通过人工智能技术辅助程序员进行日常的编码,支持 Windows、Linux 和 macOS - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/cursor+editor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2024-03-25 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cursor [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/getcursor/cursor/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]() [![](https://dcbadge.vercel.app/api/server/PJEgRywgRy?style=flat&compact=true)](https://discord.gg/PJEgRywgRy) This is an issues-only repo for **[Cursor](https://cursor.so), an editor made for programming with AI.** Creating new tickets for bugs or feature requests is much appreciated 🙂 Feel free to react to the ones you'd like us to prioritize. Our goal is to make Cursor work great for you, and your feedback is super helpful.


## Getting Started Head over to [our website](https://cursor.so/) to download and try out the editor. ## Features It's early days, but right now Cursor can help you with a few things... - **Chat**: Talk with a bot that understands your entire code base - **Edit**: Ask the AI to change a block of code, see an inline diff of the edits - **Debug**: Hover over linter errors or stack traces to auto-fix them [See here](https://cursor.sh/features) for more info on Cursor's features. ## Roadmap Long term, our plan is to build Cursor into the world's most productive development environment. Using LLMs, we want to do things like: - "Heal" your repository when you're halfway through a refactor - Allow you to code by editing a "pseudocode" version of your codebase - Auto-fix errors as soon as they show up in your terminal - Embed AI-written documentation into the UI ## OSS We'd previously open-sourced our old Codemirror-based editor. You can find that code [here](https://github.com/getcursor/cursor-codemirror). The VSCodium-based version of Cursor is not open-sourced, but we may open up parts or all of it in the future. Our [prompting library](https://github.com/anysphere/priompt) is open source.