vscode-pt-converter READMEThis VSCode extension allows for easy use of PropType Converter for converting PropTypes to TypeScript types. Features
UsageWhile editing a React component, you can either use the "Refactor..." command/menu item, the code actions shortcut, or the "Convert PropTypes..." commands. The refactor/code actions options will only show up if PropTypes are detected. Additionally, they will rename the file to its appropriate TS file extension. Known IssuesThe PropType Converter library is purposefully limited in what it can convert. You can make recommendations
for common PropTypes to support there. Also it will convert PropTypes it does not understand to |