Smart React Component ExtractorUsage
MotivationIt’s not always possible to keep code clean and declarative. After a dozen commits, your components become huge and unreadable. And then comes refactoring. You split component into smaller ones. It takes time. You can't just Ctrl-X Ctrl-V. So I decided to write extension, which will help you refactor React components Inspired byhttps://marketplace.visualstudio.com/items?itemName=proverbialninja.svelte-extractor Known IssuesTernary if in prop
Function declaration in prop
Release Notes0.0.2Initial release of alpha version of extension |