mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 19:31:12 +01:00
Improved autocompletion!
This commit is contained in:
@@ -107,7 +107,7 @@ export const baseExtensions = [
|
||||
drawSelection(),
|
||||
dropCursor(),
|
||||
bracketMatching(),
|
||||
autocompletion({ activateOnTyping: false, closeOnBlur: true }),
|
||||
autocompletion({ closeOnBlur: true }),
|
||||
syntaxHighlighting(myHighlightStyle),
|
||||
EditorState.allowMultipleSelections.of(true),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user