I couldn't find an extension to help me sync the props. So I created this one. Cool, right?
It has some boring snippets, but nobody cares about that. The cool part are the props. Here's what it does:
- Run a command to add props to a component – this will add a TypeScript interface above the component and empty brackets in the component parameter list
- Whenever you add a prop to the interface, it will automatically be added to the parameter list. Magic 🤯🪄
It still has some bugs, but I guess that's better than not having it at all!