原文:微软开源代码编辑器monaco-editor

官网上给出: The Monaco Editor is the code editor that powersVS Code. A good page describing the code editor s features ishere. It is licensed under the MIT License and supports IE , Edge, Chrome, Firefox, ...

2017-01-05 16:01 1 4689 推荐指数:

查看详情

微软开源代码编辑器 monaco-editor

monaco-editor是编码vs code的代码编辑器。描述代码编辑器功能的好页面就在这里。 它根据麻省理工学院许可证获得许可,并支持IE 11,Edge,Chrome,Firefox,Safari和Opera。 移动浏览或移动网络框架不支持monaco-editor。 使用方法 ...

Fri Sep 29 00:58:00 CST 2017 0 2427
JS在线代码编辑器多种方案monaco-editor,vue-monaco-editor

前言   JavaScript在线代码编辑器。   需要代码提示,关键字高亮,能够格式化代码。(不需要在线运行)   简简单单的需求。 源码地址:https://github.com/FannieGirl/vue-monaco-editor 方案一: Monaco-editor ...

Thu Apr 30 03:43:00 CST 2020 0 11830
monaco代码编辑器

首先我简单介绍下这是个代码编辑器,不过远没有VScode那么强大,不过github上面给的东西实在实在实在本人看不太懂,并且邀了好多人也不是很懂. 总结了我自己用到的几个小玩意,如果你没有用到这个,建议你不要继续往下看了,浪费时间 monacoEditor ...

Wed Jul 17 22:20:00 CST 2019 0 517
monaco-editor使用

monaco-editor是一款非常好用的web代码编辑器,那么如何把他加到自己的项目中呢。 1.下载插件 2.初始化编辑器值 <!--要绑定的对象--> <div id="container"></div>    var ...

Tue May 30 22:32:00 CST 2017 2 10273
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM