devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
8 stars 23 forks source link

Consider integration of continue GenAI coding assistant #449

Open hohwille opened 4 months ago

hohwille commented 4 months ago

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).

alfeilex commented 2 days ago

Related PR in ide-settings: https://github.com/devonfw/ide-settings/pull/67

alfeilex commented 1 day ago

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?