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:
- After accept, send the new line + surrounding context to the model
- Model returns a location (file:line:col) + a suggested edit
- Show as ghost text at the predicted location (not at cursor)
- 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.
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:
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.