1
ollinscarryleel OP |
2
ollinscarryleel OP 解决办法
``` var decorations = editor.createDecorationsCollection([ { range: new monaco.Range(7, 1, 7, 24), options: { inlineClassName: "自定义 Range 范围的 class 样式名称" }, }, ]); ``` |