helix
helix copied to clipboard
feat(lsp): will save
Implement textDocument/willSave
notification^1.
This should be using the infrastructure from #8949. You need to fully respect the capabilities set and send these noticatuons to all servers. I intentionally did not implement didSaven and willSave (and all the other non-rename) operations as I wanted to wait for #8021
@pascalkuthe rebased. I don't think https://github.com/helix-editor/helix/pull/8949 affects this PR as this isn't covered under the file interest.