You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/autocomplete.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ var preventParentScroll = require("./lib/scroll").preventParentScroll;
28
28
* @property {string} [docText] - a plain text that would be displayed as an additional popup. If `docHTML` exists,
29
29
* it would be used instead of `docText`.
30
30
* @property {string} [completerId] - the identifier of the completer
31
+
* @property {boolean} [skipFilter] - a boolean value to decide if the popup item is going to skip the filtering process done using prefix text.
31
32
* @property {import("../ace-internal").Ace.IRange} [range] - An object specifying the range of text to be replaced with the new completion value (experimental)
32
33
* @property {any} [command] - A command to be executed after the completion is inserted (experimental)
33
34
* @property {string} [snippet] - a text snippet that would be inserted when the completion is selected
0 commit comments