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

2365
ace/ext-language_tools.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -6,6 +6,7 @@
<script src='ace/ace.js'></script>
<script src='ace/keybinding-vim.js'></script>
<script src='ace/ext-language_tools.js'></script>
<style>

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, {