D
D
Dima_Sharihin2012-11-02 21:15:37
Microsoft
Dima_Sharihin, 2012-11-02 21:15:37

Monaco code editor?

3cd66fdcb2cd7c5aedb759abcf1960d1.png
Studying the sources of TypeScript Playground , I noticed a good code editor from MS.

Monaco.Editor.getOrCreateMode('text/typescript').then(function (mode) {
                        typescriptModeLoaded = true;
                        typescriptMode = mode;
                        onSomethingLoaded();
                    });

Is it possible to use it in your applications and where can I find documentation on it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AlexS, 2012-11-05
@AlexS

twitter.com/Stephanvs/statuses/252841877181722624 unless I can help :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question