p42ai / js-assistant

120+ refactorings and code-assists for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=p42ai.refactor
MIT License
119 stars 7 forks source link

TypeScript's built-in "inline variable" refactoring should be declared as an overlapping code assist #74

Open OliverJAsh opened 11 months ago

OliverJAsh commented 11 months ago

https://devblogs.microsoft.com/typescript/announcing-typescript-5-2-beta/#inline-variable-refactoring

I think we need to define this as an overlapping code assist for inline-variable. Is that correct?

image
lgrammel commented 11 months ago

Yes, thanks for bringing this up. Not sure when I'll have time to look into this - the hidden typescript refactorings are configured here if you want to take a stab at it:

https://github.com/p42ai/js-assistant/blob/main/app/vscode-refactor/hide-typescript-refactors/src/index.ts