# Cursor - AI와 함께 코딩을 하기위해 만들어진 에디터

> Clean Markdown view of GeekNews topic #8829. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8829](https://news.hada.io/topic?id=8829)
- GeekNews Markdown: [https://news.hada.io/topic/8829.md](https://news.hada.io/topic/8829.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-03-30T10:02:01+09:00
- Updated: 2023-03-30T10:02:01+09:00
- Original source: [github.com/getcursor](https://github.com/getcursor/cursor)
- Points: 30
- Comments: 2

## Topic Body

- 에디터에 확장으로 AI기능을 넣는 것이 아니라 AI 에 기반한 기능을 중점으로 에디터를 개발   
  - Write : Copilot 보다 더 똑똑한 AI가 10~100 라인의 코드를 생성  
  - Diff : AI가 코드블럭을 수정하게 하고, 변경 제안한 부분만 보기   
  - Chat : 현재 파일을 이해하는 ChatGPT 스타일 인터페이스  
  - 그외 : lint 에러 수정, 테스트/코멘트 자동 생성   
- 로드맵   
  - 에러가 터미널에 보이면 자동 수정   
  - AI가 작성한 문서들을 UI에 임베딩   
  - 코드베이스의 "pseudocode" 버전을 수정하는 것 만으로 코딩 지원

## Comments



### Comment 15709

- Author: seunggi
- Created: 2023-04-18T11:41:57+09:00
- Points: 1

[e2b(english2bits) - AI 에이전트로 구동되는 오픈소스 IDE](https://news.hada.io/topic?id=8919)

### Comment 15492

- Author: xguru
- Created: 2023-04-02T10:02:14+09:00
- Points: 1

흥미롭게도 Cursor 를 VS Code 내에서 활용할 수 있게 만든 CodeCursor 확장이 이미 나왔군요.   
https://github.com/Helixform/CodeCursor
