php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

Rename

Open felixfbecker opened this issue 8 years ago • 4 comments

https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#rename-request

felixfbecker avatar Sep 09 '16 08:09 felixfbecker

Bountysource Other people can also add to this bounty if they want.

still-dreaming-1 avatar Oct 25 '17 00:10 still-dreaming-1

The spec documentation URL in the ticket description is out of date. This seems to be the new correct URL:

https://microsoft.github.io/language-server-protocol/specification#textDocument_rename

echosa avatar Jan 20 '19 22:01 echosa

+1

erlangparasu avatar May 02 '19 06:05 erlangparasu

I have this partially working on a branch. I don't have time at the moment to finish it. Maybe it will work as a good starting point for someone else?

https://github.com/matt-allan/php-language-server/tree/rename-functionality

matt-allan avatar May 06 '19 12:05 matt-allan