Answer the question
In order to leave comments, you need to log in
Monaco code editor?
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();
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question