标签: javascript json editor ace-editor
我正在使用带有JSON插件的ace editor编辑器来显示javaScript可编辑代码框。 我已为ace editor添加了必需的库,并在下面提供了代码:
JSON
ace editor
{ "type": "string", "format": "javascript" } JSONEditor.plugins.ace.theme = 'chrome';
我能够获得可编辑的代码框,我想使用Ace编辑器的Autocomplete功能,有什么建议吗?
Autocomplete