continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.5k stars 1.69k forks source link

Support Sublime Text #1440

Open DavidBM opened 5 months ago

DavidBM commented 5 months ago

Validations

Problem

Is there any plan to support other text editor? Like Sublime Text.

Solution

No response

sestinj commented 5 months ago

@DavidBM We've done the up front work to make this as straightforward as possible (Continue can be packaged as a binary to communicate with the IDE over a strict protocol, much like a language server) and we absolutely plan on supporting every editor in the future, but we are trying to focus for a bit longer on really nailing the Jetbrains+VS Code experience before spreading our focus.

Similar conversation happening regarding Neovim here. That and Visual Studio seem to be the most requested IDEs to build for next, but for any Sublime users that come across this issue please give a 👍!

Nantris commented 3 months ago

Very interested in this project but I'm too in love with Sublime Text to leave it for anything short of AGI writing all the code.

Don't spread yourselves too thin, but I'm eager to join the party!

LSP-copilot might help (but I see the project has no license mentioned) - they do mention some shared logic for handing Neovim, so maybe two birds with one stone?

https://github.com/TerminalFi/LSP-copilot/issues/99