Skip to content

Delayed Response Times for Inline Suggestions #46

@kshitij79

Description

@kshitij79

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions