0

我必须在 Monaco 编辑器上的特定位置添加一个覆盖小部件。从 Docs 中,我知道 IStandaloneCodeEditor 中有一个方法调用 addOverlayWidget 来执行此操作。但我不知道如何将位置作为参数传递给这个方法。有人知道吗,请通过使用上述功能的一些示例来帮助我。

提前致谢

4

1 回答 1

0

必须通过addOverlayWidget接口方法创建 html 元素getDomNode- 创建 dom 节点/元素时,使用其样式或类属性设置位置。

见这里https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-listening-to-mouse-events

于 2017-04-08T21:14:47.270 回答