wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

Extact component to existing file with custom name #54

Open borislit opened 5 years ago

borislit commented 5 years ago

We want to allow extraction of jsx to a new component into an existing file, while being able to choose its name. Keep in mind - this should also affect the the source file (the import name and the replacement with the component)