We're a place where coders share, stay up-to-date and grow their careers.
Check monaco editor, it is what powers visual studio code and typescript playground. It is used by gitlab and code places.
Does monaco support compiling and showing the result. Like in codecademy when you type html and css there is a section aside that show the compiled code ???
It’s a basic editor will compilation feature, you can watch and create your own UI to display errors.
Link please?
microsoft.github.io/monaco-editor/...
I have created my own from this, you can check View Source and see what all things are implemented. webatoms.in/play
Check monaco editor, it is what powers visual studio code and typescript playground. It is used by gitlab and code places.
Does monaco support compiling and showing the result. Like in codecademy when you type html and css there is a section aside that show the compiled code ???
It’s a basic editor will compilation feature, you can watch and create your own UI to display errors.
Link please?
microsoft.github.io/monaco-editor/...
I have created my own from this, you can check View Source and see what all things are implemented. webatoms.in/play