mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08: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