imguolao / monaco-vue

Use monaco-editor loaded from CDN in Vue 2&3, no need to bundling.
https://imguolao.github.io/monaco-vue/
MIT License
211 stars 21 forks source link

如何给编辑器添加一个自定义的全局变量及类型呢? #34

Closed Anxure closed 10 months ago

Anxure commented 11 months ago

就比如我需要在编辑器默认设置一个$c的变量,后续所有的属性都是基于$c的,我需要怎么处理呢? 谢谢。

imguolao commented 11 months ago

不是很明白你说的。

你可以看一下 monaco editor 的文档有没有你想要的,通过 mount 方法就可以拿到编辑器实例。