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
340 stars 39 forks source link

No code completion suggestions when triggering symbol selection widget #333

Closed yangbobo2021 closed 4 months ago

yangbobo2021 commented 4 months ago

Issue Description

When a user triggers the 'symbol selection widget' during code completion, no code completion suggestions are provided.

Steps to Reproduce

  1. Begin typing code that would typically trigger code completion.
  2. Engage the symbol selection widget by typing a trigger character.
  3. Observe that no code completion suggestions appear.

Expected Behavior

Code completion suggestions should be provided when the symbol selection widget is triggered, offering relevant suggestions based on the current context.

Actual Behavior

No code completion suggestions are displayed when the symbol selection widget is triggered.