Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Programming Languages
>
ParamToObjectRefactor
New to Visual Studio Code?
Get it now.
ParamToObjectRefactor
Arsenii
|
3 installs
|
(
0
)
|
Free
VS Code extension for refactoring TypeScript code: convert parameters to object, extract class interfaces, and convert switch statements to object maps.
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
Refactify
VS Code extension for refactoring TypeScript code:
Converts function parameters to a single object.
Extracts interfaces from class declarations.
Replaces switch statements with object maps.