You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix jump to hole on destruct/construct to jump only within the new text (#559)
* add `Document.new_range_on_replace`
* jump to a hole on destruct/construct only if
the hole is within the generated text
* make `Compl.complete` independent,
ie it takes state and completion params and returns completion response
* send jump to next hole only if the client has an experimental capability "jumpToNextHole"
* add support for experimental client capabilities
* jump to next hole for any client that has an experimental capability "jumpToNextHole"
* rename `CustomCommands` to `Custom_commands`
0 commit comments