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. No more property name guessing or typos!
- Copy sample JSON from http://json.org/example.html
- Paste into http://json2ts.com/ by @Sorskoot to generate TypeScript interfaces
- Add TS file to application working folder
- Enjoy autocomplete with Visual Studio Code!
VIDEO