helix icon indicating copy to clipboard operation
helix copied to clipboard

feat(lsp): will save

Open matoous opened this issue 1 year ago • 2 comments

Implement textDocument/willSave notification^1.

matoous avatar Nov 30 '23 08:11 matoous

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 avatar Nov 30 '23 13:11 pascalkuthe

@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.

matoous avatar Feb 01 '24 22:02 matoous