devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
347 stars 39 forks source link

Optimize Code Completion Configuration to Use DevChat Server #365

Closed yangbobo2021 closed 5 months ago

yangbobo2021 commented 5 months ago

We need to optimize the code completion configuration settings. Currently, if code completion is enabled and a devchat server is already configured, the system should automatically utilize the devchat server for completing code.

This enhancement would streamline the development process by ensuring smoother, more efficient code completion.

Steps to Reproduce:

  1. Enable code completion in settings.
  2. Configure devchat server.

Expected Behavior: Automatically use the devchat server for code completion once it's set up and code completion is enabled.

Actual Behavior: It's unclear if the system currently defaults to using the devchat server for code completion.

This feature would significantly improve the developer experience by leveraging the capabilities of the devchat server for better code completion suggestions.