CodeCursor

An extension for using Cursor in Visual Studio Code.

MIT License

Stars
1.3K
CodeCursor - v0.5.3 Latest Release

Published by unixzii over 1 year ago

Release Notes

Fix

  • Fixed the issue where extensions may unexpectedly panic during login polling. #35
CodeCursor - v0.5.2

Published by ktiays over 1 year ago

Release Notes

Refactor

  • Migrate to new server APIs

Fix

  • Fix the issue that extension not working
CodeCursor - v0.5.1

Published by ktiays over 1 year ago

Release Notes

New Feature

  • Now you can generate entire projects with the AI 🎉

Fix

  • Fix the issue of unable to login and register. #34
CodeCursor - v0.4.1

Published by ktiays over 1 year ago

Release Notes

Change

  • Upgrade Cursor API to version 0.2.7
CodeCursor - v0.4.0

Published by ktiays over 1 year ago

Release Notes

New Feature

  • Support log in with Cursor account. #21 #27 #29

Fix

  • Fixed the issue where the chat dialogue button disappears after moving the chat panel. #22
CodeCursor - v0.3.2

Published by ktiays over 1 year ago

Release Notes

Add

  • Supports for custom OpenAI API key and models

Fix

  • Fixed a regression issue where commands will disappear during search
CodeCursor - v0.3.1

Published by unixzii over 1 year ago

Release Notes

Add

  • Commands for commonly used actions (such as "Accept Changes"), which allow users to bind keyboard shortcuts

Fix

  • Fixed the issue where text wrapped in the placeholder pattern would be lost when inserting code snippet
  • Show alert when chatting without an active text editor
CodeCursor - v0.3.0

Published by ktiays over 1 year ago

Release Notes

New Feature

  • Chat is now available in the CodeCursor
  • Add Generate Code command to the editor context menu

Fix

  • Fixed issue where failed requests were incorrectly identified as completed
CodeCursor - v0.2.2

Published by ktiays over 1 year ago

Release Notes

Fix

  • Unify the display name
  • Frequent failures may occur when dealing with long code
  • Throttle the diff operation for performance
CodeCursor - v0.2.1

Published by ktiays over 1 year ago

Release Notes

Add

  • Automatically merge the generated contents to the current document
CodeCursor - v0.2.0

Published by ktiays over 1 year ago

Release Notes

Fix

  • Code generation may be interrupted unexpectedly sometimes
  • Applying changes will fail when user switched text editors after the generation task is started

Internal

  • Core module refactor