You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
要自定义支持其它语言的高亮或者代码补全,需要自己实现,可以参考网络上monaco-editor相关的一些文章。可能需要用到monaco-editor提供的一些api,可以从'@dtinsight/molecule/esm/monaco'路径导出,例如: import { languages } from '@dtinsight/molecule/esm/monaco';
Question
目的
实现 solidity 和 Move 语言的代码高亮以及补全
遇到的问题
使用示例的配置不能完全实现高亮与代码补全
使用的方法
示例配置:https://dtstack.github.io/molecule/docs/next/quick-start/#use-monaco-editor-language-pack
使用效果
py:
rust
c
go
期望效果
The text was updated successfully, but these errors were encountered: