|
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?
|
asked Jan 11 '13 at 17:42
|
|
|
add comment
|
|
I don't think so. According to this article, VisualStudio is your best bet. It mentions Visual Studio Express, so event though it's not open source, you would not incur any costs.
|
answered Jan 11 '13 at 17:50
|
|
|
|
|
|
|
|
|
|
Yeah... despite installation issues, VS works ok... but since I am not running code on IIS servers, most of that package fails for me... no decent PHP support, and its a pain to get decent code highlighting/Intellisense working for Compass... besides, the OP requested web or cloud based services. The closest VS has is WebMatrix, which fails for most of the same reasons as VS.
–
Steve
Aug 24 '13 at 7:44
|
add comment
|
|
there is goormIDE which is also cloud IDE
this is open source or service version
if you use node.js, just type this command
$ npm install goorm -g
|
answered Oct 30 '13 at 9:36
|
|
|
add comment
|
|
Koding provides a VM with Root so you can install whatever tools you need, and in this case, TypeScript via npm install -g typescript .
VM Domain and Apache is included, so previewing your work in your browser is also easy :)
|
answered Dec 27 '13 at 16:21
|
|
|
add comment
|
|