2021
08-26
08-26
JS代码编译器Monaco使用方法
前言我的需求是可以语法高亮、函数提示功能、自动换行、代码折叠MonacoMonaco是微软家的,支持的语言很多,还有缩略地图,有时候提示不好用然后包体很大。TheMonacoEditoristhecodeeditorthatpowersVSCode.使用方法官网[官方文档](https://microsoft.github.io/monaco-editor/index.html)[在线demo](https://github.com/Microsoft/monaco-editor-samples)[github](https://github.com/Microsoft/monaco-editor)安装yarn...
继续阅读 >