Cline Integration
Cline is an AI coding assistant for Visual Studio Code.
Installation
- Open VS Code Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Cline"
- Click Install
Configuration
Open VS Code Settings and configure:
| Setting | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://api.langmart.ai/v1 |
| API Key | Your LangMart API key |
| Model | openai/gpt-5.2 or anthropic/claude-opus-4.5 |
settings.json
{
"cline.apiProvider": "openai-compatible",
"cline.openaiCompatible.baseUrl": "https://api.langmart.ai/v1",
"cline.openaiCompatible.apiKey": "your-langmart-api-key",
"cline.openaiCompatible.model": "anthropic/claude-opus-4.5"
}Features
| Feature | Description |
|---|---|
| Code Understanding | Analyze and explain code |
| Code Generation | Write new code |
| Refactoring | Improve code structure |
| Debugging | Identify and fix bugs |