Autocomplete JSON property names in JavaScript by generating TypeScript interfaces from sample JSON data. Check out the below video for a live demo.
Huge win for developer productivity and no more child property name typos!
Copy sample JSON from json.org/example.html
Paste into json2ts.com/ to generate TypeScript interfaces
Add TS file to application working folder
Enjoy autocomplete with Visual Studio Code!