You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inline suggestions should appear promptly (within 1-2 seconds) after the user starts typing, providing real-time assistance.
Expected Behavior
Current Behavior
The response time for displaying short inline suggestions is slower than expected, taking longer than 3-5 seconds, which affects user workflow efficiency.
Possible Solution
Optimize the extension's performance, possibly by:
Reducing the llm calls ( currently call for fixing error is also made causing further delay)
Optimizing deboucing time for better user experience.
Steps to Reproduce
Open a supported file type in VSCode.
Begin typing code and wait for inline suggestions.
Note the time taken for suggestions to appear.
Context (Environment)
Application
VSCode (All versions)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered:
Bug Report 🐛
Inline suggestions should appear promptly (within 1-2 seconds) after the user starts typing, providing real-time assistance.
Expected Behavior
Current Behavior
The response time for displaying short inline suggestions is slower than expected, taking longer than 3-5 seconds, which affects user workflow efficiency.
Possible Solution
Optimize the extension's performance, possibly by:
Steps to Reproduce
Context (Environment)
Application
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: