Improved autocompletion!

This commit is contained in:
Gregory Schier
2023-03-02 11:14:51 -08:00
parent 59967374c5
commit 957739ba5e
8 changed files with 89 additions and 64 deletions

View File

@@ -107,7 +107,7 @@ export const baseExtensions = [
drawSelection(),
dropCursor(),
bracketMatching(),
autocompletion({ activateOnTyping: false, closeOnBlur: true }),
autocompletion({ closeOnBlur: true }),
syntaxHighlighting(myHighlightStyle),
EditorState.allowMultipleSelections.of(true),
];