apex-dev-tools / apex-dev-tools/apex-ls
Add prepare rename API
Open
backlog
- Dominant language
- Scala
- Stars
- 12
- Forks
- 3
- Avg merge
- 13h 43m
- Merged PRs (30d)
- 19
Description
Add an API that will give a response for the VS Code [prepareRename](https://code.visualstudio.com/api/references/vscode-api#RenameProvider) 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.