Skip to content

Refactor and use common utils to apply LSP edits

Mark Nauwelaerts requested to merge work/lsp_utils_edits into master

Applying of additional edits were recently added to completion. However, applying of edits is also done elsewhere (in the main view plugin) and it also handles additional details (such as moving ranges). This moves the applying of edits into common utility helper code, and then uses that in both cases.

Merge request reports