basic autocomplete

This commit is contained in:
Dmitry Vasilev
2023-06-26 15:12:49 +03:00
parent dac2fd047e
commit 59cb2c9c6c
3 changed files with 2369 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ export class Editor {
behavioursEnabled: false,
// Scroll past end for value explorer
scrollPastEnd: 100 /* Allows to scroll 100*<screen size> */,
enableLiveAutocompletion: false,
enableBasicAutocompletion: true,
})
normalize_events(this.ace_editor, {