Apr 12, 2024
Improved Copilot++ UX, New GPT-4 Model
- Copilot++ UX: Suggestion previews now have syntax highlighting, which we find makes it much easier to quickly understand the changes.
- Cursor Help Pane (Beta): You can also ask Cursor about Cursor! The Cursor Help Pane has information about features, keyboard shortcuts, and much more. You can enable it in Settings > Beta.
- New GPT-4 model: As of a couple of days ago, you can try out
gpt-4-turbo-2024-04-09
in Cursor by toggling it on in Settings > Models. .cursorrules
: You can write down repo-level rules for the AI by creating a.cursorrules
file in the root of your repository. You might use this to give for context on what you're building, style guidelines, or info on commonly-used methods.
UPDATE (0.32.1-0.32.7): Fixes a performance issue with the new Copilot++ syntax highlighting, changes AI Notes to be default disabled, changes the naming of the main
Copilot++ model to legacy
, fixes Copilot++ being slower over SSH, fixes to the Copilot++ preview box.