Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delayed Response Times for Inline Suggestions #46

Open
kshitij79 opened this issue Aug 14, 2024 · 0 comments
Open

Delayed Response Times for Inline Suggestions #46

kshitij79 opened this issue Aug 14, 2024 · 0 comments

Comments

@kshitij79
Copy link
Contributor

kshitij79 commented Aug 14, 2024

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:

  1. Reducing the llm calls ( currently call for fixing error is also made causing further delay)
  2. Optimizing deboucing time for better user experience.

Steps to Reproduce

  1. Open a supported file type in VSCode.
  2. Begin typing code and wait for inline suggestions.
  3. Note the time taken for suggestions to appear.

Context (Environment)

Application

  • VSCode (All versions)

Detailed Description

Possible Implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant