Skip to main content
Metals v2 works in Cursor through the VS Code Metals extension.

Installation

1

Install the Extension

2

Configure Server Version

Add to your settings JSON:
  • Workspace: .vscode/settings.json in your project
  • User: Cmd+Shift+P → “Preferences: Open User Settings (JSON)”
Latest version: 2.0.0-M2
{
  "metals.serverVersion": "2.0.0-M2",
  "metals.serverProperties": ["-Xmx4g"]
}
3

Reload

Reload Cursor (Cmd+Shift+P → “Reload Window”), let indexing complete and start navigating.