TS Server Plugin rename supoort transform user input #61702
Labels
Declined
The issue was declined as something which matches the TypeScript vision
Suggestion
An idea for TypeScript
π Search Terms
rename, ts server, plugin
β Viability Checklist
β Suggestion
Current ls interface:
Add
textStyle
property to RenameLocationAs far as I know, this does not require changing the LSP
π Motivating Example
When renaming, some templates need to perform symbol conversion
π» Use Cases
my case:
When I rename an emitter name(camelCase), I want the event name(kebabCase) in the html template to transform
my plugin: https://github.com/mantou132/gem/blob/main/packages/ts-gem-plugin/src/decorate-ts.ts#L159
vscode issue: microsoft/vscode#248912
The text was updated successfully, but these errors were encountered: