apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Add prepare rename API #252

Open jjohnsoncertinia opened 1 year ago

jjohnsoncertinia commented 1 year ago

Add an API that will give a response for the VS Code prepareRename API. If the location provided is a variable, function or class then rename should be allowed and the API should return the location of the symbol. If the location provided is not one of the above (e.g. something like void, public, static, a datatype etc.) then undefined/undefined/empty array.