Settings
Configure Exact to match your preferences and workflow.
Access settings by pressing Cmd+, or clicking the gear icon in the bottom left corner.
General Settings
- Theme — Choose between Dark (default), Light, or System theme.
- Font Size — Adjust the editor font size (12-24px).
- Font Family — Select your preferred monospace font.
- Tab Size — Set indentation width (2 or 4 spaces).
- Auto Save — Enable automatic saving after changes.
AI Settings
- AI Model — Choose the AI model for code generation (Standard, Advanced, or Custom).
- Response Style — Concise (shorter responses) or Detailed (more explanation).
- Auto-suggest — Enable inline code suggestions as you type.
- Context Window — How much surrounding code to include in AI requests.
✨
Design System Context
Add your design system documentation or Tailwind config to give Exact more context about your project's styling conventions.
Editor Settings
- Line Numbers — Show or hide line numbers.
- Minimap — Show a preview of your code on the right side.
- Word Wrap — Wrap long lines or scroll horizontally.
- Bracket Matching — Highlight matching brackets.
- Format on Save — Automatically format code when saving.
Project Settings
Create a .exactrc file in your project root to configure project-specific settings:
{
"framework": "react",
"styling": "tailwind",
"typescript": true,
"componentPath": "src/components",
"designSystem": "./design-tokens.json"
}💡
Settings Sync
Enable Settings Sync to keep your preferences consistent across devices. Go to Settings → Sync to sign in and enable sync.