Skip to content

[Feat] Next edit prediction #57

@PyDevC

Description

@PyDevC

Feature Introduction: After accepting a completion, predict where the user will edit next and suggest the next change — like Copilot NES or Cursor Tab.

Feature Description:

  1. After accept, send the new line + surrounding context to the model
  2. Model returns a location (file:line:col) + a suggested edit
  3. Show as ghost text at the predicted location (not at cursor)
  4. Tab to navigate to the location, Tab again to accept

Is your feature possible with the current status of repo? Partially. Requires significant new logic for location prediction outside the current cursor line. This is an advanced feature best implemented after multi-line and FIM support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AI genIssue was generated by AIenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions