-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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:
- 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
Metadata
Metadata
Assignees
Labels
No labels