Skip to content

Commit

Permalink
enableLiveAutocompletion documentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anijanyan committed Oct 31, 2022
1 parent b496a08 commit 91eb6b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ext/language_tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,12 @@ require("../config").defineOptions(Editor.prototype, "editor", {
value: false
},
/**
* Enable live autocomplete. If the value is an array, it is assumed to be an array of completers
* and will use them instead of the default completers.
* Enable live autocompletion
*/
enableLiveAutocompletion: {
/**
* @param {boolean} val
*/
set: function(val) {
if (val) {
if (!this.completers)
Expand Down

0 comments on commit 91eb6b8

Please sign in to comment.