Saturday, June 1, 2024
 Popular · Latest · Hot · Upcoming
109
rated 0 times [  111] [ 2]  / answers: 1 / hits: 17471  / 12 Years ago, fri, january 11, 2013, 12:00:00

Given the fact that TypeScript is Open Source, is this Web-Based IDE also available as a tool that can be downloaded anywhere?



I'm developing a web application in which the client can write a user-defined expression (with user-defined variables and predefined methods) which is evaluated, compiled and used at runtime on the server using C# .Net. Using TypeScript and its wonderful web-based editor's features like syntax or error highlighting, code completion, method signature suggestion, etc, saves me lots of trouble in the user interface.



So is this editor also part of TypeScript? If not, is there any other open source solutions with similar capabilities?


More From » ide

 Answers
188

Update 2017: The Monaco editor used in the TypeScript Playground has been made available on GitHub.



You can also take a look at Visual Studio Code, for a more out-of-browser experience.



There is also a TypeScript editor build on the ACE Editor, which is also on GitHub.


[#80931] Thursday, January 10, 2013, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
zariahdiamondz

Total Points: 649
Total Questions: 109
Total Answers: 88

Location: Tajikistan
Member since Thu, Apr 14, 2022
2 Years ago
;