使用回车键确认Ace liveautocomplete中的建议

时间:2014-10-15 19:13:23

标签: ace-editor

如何覆盖Enter键的行为以确认Ace的liveautocomplte?

我启用了自动填充功能:

editor.setOptions({
  fontFamily: 'Source Code Pro',
  enableBasicAutocompletion: true,
  enableLiveAutocompletion: true,
  enableSnippets: true
});

1 个答案:

答案 0 :(得分:0)

看起来唯一的方法是修改Ace源代码。它在https://github.com/ajaxorg/ace/blob/40a9c308b9353ccc867b8126e119e2d47644702c/lib/ace/ext/language_tools.js#L174

中设置为false