You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: