phpactor / language-server-phpactor-extensions

MIT License
0 stars 4 forks source link

Rename handler #37

Closed dantleech closed 3 years ago

dantleech commented 3 years ago

Implement the workspace/willRename handler to get the workspace edits necessary to move all the files.

NOTE:

This PR removes the "file/folder" rename detection introdued recently, as it does not work well with the index in it's current state.

dantleech commented 3 years ago

cc @BladeMF