Currently, I am in search of a tool that can assist me in writing C# code that will automatically convert to JavaScript. The main benefits I am seeking are improved code-completion and type-safety.
Specifically, I am interested in the following features:
- Automatic creation of prototype equivalents for C# classes.
- Auto generation of JavaScript code based on C# code (property settings, method calls, etc.).
- Exposure of JavaScript types like Window, Document, and others.
Does any such tool exist with these capabilities?