Handle create/rename/delete TextDocumentEdits#1607
Conversation
|
Thank you. Can you add tests? |
|
Added the following |
|
@Lazzer64 Some tests seems failing with double slash issue. Please take a look. |
gopls v0.17.0 introduces source.addTest used in the integration#go#text_document_edits test case.
|
@mattn fixed up those test cases, but don't have a windows machine to verify there at the moment. I also bumped |
|
Looks like go needed a bump to install the newer gopls, updated that too now. |
|
It seems there are still issues with Windows. |
LspCodeActionSync hangs on neovim switching to LspCodeAction plus a brief sleep until it is resolved.
|
@mattn updated to use I also saw that, even before this change, the |
|
Test seems still not working. |
Not all WorkspaceEdits are text document changes. Add support for create/rename/delete edits.