分享

javascript

 quasiceo 2014-01-24

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
Kamyar Nazeri
4,20131649

add comment

7 Answers

up vote 4 down vote accepted

There is a discussion on the TypeScript Codeplex site that suggests a similar editor that is available under an MIT license that may help: TypeScript Playground On Ace

As far as I am aware the Playground editor source isn't public (yet).

http://typescript./discussions/401549

answered Jan 11 '13 at 18:37
Steve Fenton
47.3k1454115

add comment

There are some web IDEs with support of TypeScript, namely:

If you think about making a new one, you could base on one of my 2 projects: TypeScript Compile or TypeScript Interpret ;)

answered Jan 22 '13 at 21:58
niutech
3,85411623

add comment

There is an implementation of it which is open source:

https://github.com/jbaron/typescript-playground-on-ace

answered Jan 11 '13 at 20:47
Oleg Mihailik
882514

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
vector
3,08311544


 
Yes, unfortunately, seems that its not available, let's hope they make it available when the project finishes! –  Kamyar Nazeri Jan 11 '13 at 18:21

 
What's not available, VSExpress? Hm..., what system are you working on? –  vector Jan 11 '13 at 18:32
1  
whats with VSExpress? I'm looking for a web-based editor –  Kamyar Nazeri Jan 11 '13 at 18:40

 
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
Lee Olayvar
736822

add comment

For very simple stuff you can try out https://chrome.google.com/webstore/detail/typescript-editey/liedfkjkedgcgpddoijfeeeeoikcbmaf

Your typescript files will be converted to a js file on the fly and your site will be hosted for free on Google Drive.

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多