使用Ace Editor和JSON编辑器(由Jdorn)进行AutoCompletion

时间:2015-12-10 05:27:39

标签: javascript json editor ace-editor

我正在使用带有JSON插件的ace editor编辑器来显示javaScript可编辑代码框。 我已为ace editor添加了必需的库,并在下面提供了代码:

{
  "type": "string",
  "format": "javascript"
}

JSONEditor.plugins.ace.theme = 'chrome';

我能够获得可编辑的代码框,我想使用Ace编辑器的Autocomplete功能,有什么建议吗?

0 个答案:

没有答案