Convert C# POCOs to TypeScript
In editor window press CTL+ALT+T OR run command 'Convert C# to TypeScript'. To convert multiple files, run command 'Open TypeSharp convert window'
To generate parser, you will need PEG.js.
N/A
- Byte type will be convert to number in output.
- Use Prettier for output formatting.
- Fix constructor parsing issue
- Fix camel case issue
- Add an option to generate all fields as optional
- Support nullable fields
- Add settings
- Support converting c# classes to interfaces
- Support convert multiple files. Run command 'Open TypeSharp convert window'
- Support enums
- Support initializers (property and field)
- Supoort calling base constructor
- Support lambda expression in properties
- Fix bugs
- Initial release

