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

Add and implement manual_render #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pienter-tech
Copy link

Virtual Text Manual Rendering Enhancement

Background

Currently, when using virtual text in manual mode, completions are only fetched when explicitly requested. This leads to:

  1. Slower response times due to on-demand fetching
  2. Potentially lower quality suggestions due to limited context from sparse fetching

Changes

Introduced a new configuration option virtual_text.manual_render that:

  • When enabled (and manual = false), completions are fetched continuously in the background
  • Virtual text suggestions are only rendered when cycle_or_complete is triggered
  • Combines the benefits of background context building with manual rendering control

Benefits

  • Faster completion display when requested
  • Better suggestion quality due to continuous context building
  • Maintains clean UI by only showing suggestions on demand

Any feedback is welcome.

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

Successfully merging this pull request may close these issues.

1 participant