Alternative to GitHub Copilot #3871
-
I understand that GitHub copilot can not be loaded into Positron because of licensing issues. But is there a good alternative to use, particularly for R? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 9 replies
-
I like the continue extension - https://www.continue.dev |
Beta Was this translation helpful? Give feedback.
-
You can see most of the AI extensions by searching for "AI" at: Open VSX https://open-vsx.org/?search=AI&sortBy=downloadCount&sortOrder=desc OR in the Positron Extensions pane. We would like to get support for GitHub Copilot in the future, but in the meantime there are many extensions that provide Chat, Inline completions, and other modalities of using GenAI. Going purely off total downloads, not stack-ranked as I have not used all of them and am thus not vouching for any particular tool.
There are many other integrations for local models, OpenAI/ChatGPT, or various other as well. Continue for example has a nice integration and allows for running local models with no internet/API calls. |
Beta Was this translation helpful? Give feedback.
-
I have started using Tabbing, and it works nicely - I would say faster than GitHub Copilot. I only miss 4th Command-I to ask directly from the selected code. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot - works perfectly. |
Beta Was this translation helpful? Give feedback.
-
I don't have subscription for TabNine. Any plan in near future that Copilot is going to be supported? |
Beta Was this translation helpful? Give feedback.
-
I neither - but it works (at least it gives me answers which are coming close to co-pilot). |
Beta Was this translation helpful? Give feedback.
-
I'm using codeium https://codeium.com/ It's free for individual users and has plugins to nvim, vscode as well as for Positron, and a lot of other IDEs, but not for Rstudio, so long as I know. It also works like magic with R, reading your thoughts and printing is as code. |
Beta Was this translation helpful? Give feedback.
-
I would vote for Codeium |
Beta Was this translation helpful? Give feedback.
-
Have anybody tried Cline (previously Claude Dev)? I just started. It works insane to read your quarto script, and add a new section, such as compute summary statistics for a tibble grouped by a factor. |
Beta Was this translation helpful? Give feedback.
You can see most of the AI extensions by searching for "AI" at: Open VSX https://open-vsx.org/?search=AI&sortBy=downloadCount&sortOrder=desc OR in the Positron Extensions pane.
We would like to get support for GitHub Copilot in the future, but in the meantime there are many extensions that provide Chat, Inline completions, and other modalities of using GenAI.
Going purely off total downloads, not stack-ranked as I have not used all of them and am thus not vouching for any particular tool.