VS Code Language Model integration for Lexical inline completions. Bridges Lexical webview with VS Code's LLM API (Copilot and other providers).
This provider:
const provider = new LexicalVSCodeLLMProvider();<LexicalInlineCompletionPlugin providers={[provider]} /> Copy
const provider = new LexicalVSCodeLLMProvider();<LexicalInlineCompletionPlugin providers={[provider]} />
VS Code Language Model integration for Lexical inline completions. Bridges Lexical webview with VS Code's LLM API (Copilot and other providers).
Remarks
This provider:
Example