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

Consider integration of continue GenAI coding assistant #449

Open
hohwille opened this issue Jul 5, 2024 · 4 comments · Fixed by #761
Open

Consider integration of continue GenAI coding assistant #449

hohwille opened this issue Jul 5, 2024 · 4 comments · Fixed by #761
Assignees
Labels
AI artificial intelligence, GenAI, etc. enhancement New feature or request plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) settings ide-settings repo and replated processes and features

Comments

@hohwille
Copy link
Member

hohwille commented Jul 5, 2024

As an IDEasy user, I want to make use of AI tools so that I can get smart coding assistance.
Similar to #412 we want to offer various state-of-the-art solutions and alternatives to projects.
This story is about continue.
It comes as IntelliJ plugin and as VSCode plugin.
Both a linked from their website and should be pre-configured for IDEasy (with active=false and tagged with ai).

@hohwille hohwille added enhancement New feature or request settings ide-settings repo and replated processes and features plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) AI artificial intelligence, GenAI, etc. labels Jul 5, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Jul 5, 2024
@diiinesh diiinesh self-assigned this Oct 9, 2024
@diiinesh diiinesh removed their assignment Oct 23, 2024
@diiinesh diiinesh moved this from Research to 🆕 New in IDEasy board Oct 23, 2024
@alfeilex alfeilex self-assigned this Nov 5, 2024
@alfeilex alfeilex moved this from 🆕 New to 🏗 In progress in IDEasy board Nov 5, 2024
@alfeilex
Copy link
Member

alfeilex commented Nov 5, 2024

Related PR in ide-settings: devonfw/ide-settings#67

@alfeilex
Copy link
Member

alfeilex commented Nov 6, 2024

There is a config.json file that is created after the plugin has been installed. But it is located in %USERPROFILE%\.continue\config.json.

For specific configuration there is possibility to create a .continuerc.json file in the root folder of the project.
Reference: https://docs.continue.dev/customize/overview#per-workspace-configuration

How should we add the pre-configuration of this plugin or is it even reasonable?

@alfeilex
Copy link
Member

For the pre-configuration, the model that is hosted with vllm could be pre-configured by the user in .continuerc.json.

I try to figure out when it's possible to use a vllm hosted model for autocompletion.

But how I can test the functionality. My hardware is probably to weak to handle vllm hosted models

alfeilex added a commit to alfeilex/IDEasy that referenced this issue Nov 13, 2024
devonfw#449: Add Continue plugin for Intellij and VScode
hohwille added a commit to alfeilex/IDEasy that referenced this issue Nov 20, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in IDEasy board Nov 21, 2024
@hohwille
Copy link
Member Author

Only documentation was merged so far. Hence, reopening until plugin config is also merged.

@hohwille hohwille reopened this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI artificial intelligence, GenAI, etc. enhancement New feature or request plugins related to plugins (for Eclipse, Intellij, VSCode, etc.) settings ide-settings repo and replated processes and features
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants