Hacker News new | past | comments | ask | show | jobs | submit login

It's a little bit more than only an editor. E.g. it contains the complete framework for custom languages with syntax highlighting, auto completion, annotations, etc. You can easily plug in support for your custom languages there.

What it doesn't contain compared to VsCode is multiple panes, file management, etc.




Actually you can try out VSO Monaco easily at https://tryappservice.azure.com/. It supports Git, file management, a console etc. For a set of short videos see https://channel9.msdn.com/Series/Visual-Studio-Online-Monaco


The App Service Editor (which uses Monaco) does have file management. It even has a web-based command-line interface. https://github.com/projectkudu/kudu/wiki/App-Service-Editor


You can of course build file management on top of the base Monaco component. Monaco itself provides only APIs to set or retrieve the content of a monaco editor widget. You can then build some kind of filemanager on top of it which loads file contents from whereever and puts them into an editor instance.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: