Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 Monaco 编辑器上的特定位置添加一个覆盖小部件。从 Docs 中,我知道 IStandaloneCodeEditor 中有一个方法调用 addOverlayWidget 来执行此操作。但我不知道如何将位置作为参数传递给这个方法。有人知道吗,请通过使用上述功能的一些示例来帮助我。
提前致谢
必须通过addOverlayWidget接口方法创建 html 元素getDomNode- 创建 dom 节点/元素时,使用其样式或类属性设置位置。
addOverlayWidget
getDomNode
见这里https://microsoft.github.io/monaco-editor/playground.html#interacting-with-the-editor-listening-to-mouse-events