sublimelsp/LSP-copilot
GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
What it solves
LSP-copilot brings GitHub Copilot's AI-powered code suggestions to the Sublime Text editor. It allows developers to receive real-time code completions and chat capabilities directly within their coding environment, removing the need to switch editors to access these AI tools.
How it works
The plugin integrates with the @github/copilot-language-server to connect the Sublime Text LSP (Language Server Protocol) plugin. It uses OpenAI Codex to generate suggestions for code snippets and entire functions in real-time as the user types.
Who it’s for
Sublime Text users who have an active GitHub Copilot subscription and want AI-assisted coding features like inline completions and chat.
Highlights
- Multiple Completion Styles: Supports inline completion popups, phantoms, and panel completions.
- Integrated Chat: Includes a chat interface for interacting with the AI.
- Customizable Keybindings: Allows users to disable the
Tabkey for committing completions to avoid conflicts with other plugins. - Enterprise Support: Includes configuration options for GitHub Enterprise users.
Related
- Project
- Project
- Project
- Project
- Project