Install Lyralink AI in VS Code

Download the packaged extension, install it in seconds, then connect your API key and start using Run and Auto-Fix directly in your editor.

Extension ID: lyralink.lyralink-ai Version: 1.0.0 Package size: 0.01 MB
1) Download
Download lyralink-ai-1.0.0.vsix
Latest package detected automatically from the server: lyralink-ai-1.0.0.vsix
Install from VS Code UI

Open Extensions view, click the three-dot menu, choose Install from VSIX, and select the downloaded file.

Install from command line

Run this from your terminal:

code --install-extension <path-to-your-vsix-file>
Set your API key

Open Command Palette and run Lyralink: Set API Key. Get your key here:

http://lyralinkai.com/pages/api_keys/
2) Quick Start
Run and Auto-Fix

Use Ctrl+Shift+R (Cmd+Shift+R on macOS) to run current file and apply AI fixes when errors are detected.

Fix selected code

Select code and use Ctrl+Shift+F (Cmd+Shift+F on macOS) to rewrite the selected block.

Explain an error

Right-click in the editor and choose Lyralink: Explain Error to get a plain-language explanation.

If code command is missing, run the VS Code command: Shell Command: Install 'code' command in PATH.