Interface PrepareRenameSignature
- PrepareRenameSignature(
this: void,
document: TextDocument,
position: Position,
token: CancellationToken,
): ProviderResult<Range | { placeholder: string; range: Range }> Returns ProviderResult<Range | { placeholder: string; range: Range }>