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 · 3 comments
Open
1 of 6 tasks

Support a new IDE #11

sestinj opened this issue Sep 2, 2023 · 3 comments
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 converted this from a draft issue Sep 2, 2023
@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

@hamirshekhawat
Copy link

I believe the new file would be here. It seems like a good starting point to understand the IDE interface.

@fredericfrances
Copy link

fredericfrances commented Sep 18, 2024

sorry, I’m new here and may be I miss something.
but this could be done through LSP (langage server protocol), most editors in the list support it (here is a non exhaustive list)

  • vim through vim-lsp
  • neovim (native, need to provide config)
  • emacs (eglot native since 29) or lsp-mode
  • eclipse (lsp4e)
  • netbeans
  • ...
    this require to provide only one LSP server interface and may be some guideline to configure / run server

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

4 participants