TypeScript Web-Based IDE

后端 未结 11 2128
暗喜
暗喜 2021-02-01 06: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

11条回答
  •  南旧
    南旧 (楼主)
    2021-02-01 06:39

    I am using CATS, and I really like it because of two things:

    • The IDE is not so bad. It does it job done, and once you practice with it, you'll like it!
    • It's portable

    THe last is the feature I like the most, because I don't have to install anything (at least, under Windows), and you don't need Visual Studio (it's around 9 Gb and two hours installing).

    The TypeScript Playground is a nice editor, but if you need to test small scripts, or want to try something that can be done only in one file!

提交回复
热议问题