Ace 编辑器 - 如何在同一弹出窗口中包含帮助文本和片段

Ace editor - how to include help text and snippet in same popup

在 ace 编辑器中;有没有办法在自动完成弹出窗口中包含帮助文本和代码片段? 最好不必维护两个单独的 files/data 结构。

您需要将 https://github.com/ajaxorg/ace/blob/v1.2.0/lib/ace/ext/language_tools.js#L76 修改为 return 片段描述而不是内容