# vscode-raw-to-ts **Repository Path**: mycssweb/vscode-raw-to-ts ## Basic Information - **Project Name**: vscode-raw-to-ts - **Description**: vscode-raw-to-ts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-16 - **Last Updated**: 2022-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RAW to TS ### Convert JSON object to typescript interfaces ## Features #### Convert from clipboard (`Shift + Ctrl + Alt + V`) ![From clipboard](./images/clipboard.gif) #### Convert from selection (`Shift + Ctrl + Alt + S`) ![From selection](./images/selection.gif) #### Optional quotes ![Optional quotes](./images/optional-quotes.gif) ## Converter - Array type merging (**Huge deal**) - Duplicate type prevention - Union types - Optional types - Array types ## Known Issues `Command failed: xclip -selection clipboard -o` --- Solution: `sudo apt-get install xclip` Happens when linux is missing clipboard packages ## Links - [Repo](https://github.com/guqingming/vscode-raw-to-ts)