mirror of
https://github.com/leporello-js/leporello-js
synced 2026-03-15 06:04:28 -07:00
basic autocomplete
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user