Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a new IDE #11

Open
1 of 6 tasks
sestinj opened this issue Sep 2, 2023 · 1 comment
Open
1 of 6 tasks

Support a new IDE #11

sestinj opened this issue Sep 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@sestinj
Copy link
Contributor

sestinj commented Sep 2, 2023

Continue was designed so that this can be as easy as possible, but it will still probably be a good amount of work. However, features can be added incrementally and getting 80% of Continue in a new IDE might take only 20% of the work.

To support a new IDE, you need to implement a class like here, which just maps each of the actions like "read file" or "display message" to the proper API given by that IDE.

IDEs we would like to support:

  • JetBrains
  • Neovim
  • Visual Studio
  • Vim
  • Emacs
  • Chrome extension?
@sestinj sestinj added the enhancement New feature or request label Sep 2, 2023
@khareyash05
Copy link

Hey @sestinj. The link in the comment above doesnt seem to be working. Could you please provide the link?Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Larger Features
Development

No branches or pull requests

2 participants