You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an earlier issue #121 that mentions this. However, that issue was closed although the problem is still occurring.
If I press Ctrl+Space I expect the autocomplete to show up, so long as I am using the completion keymap. (The default EditorView with basicSetup includes the completion keymap.) However, Ctrl+Space does nothing unless I have typed at least one letter.
There is an earlier issue #121 that mentions this. However, that issue was closed although the problem is still occurring.
If I press
Ctrl+Space
I expect the autocomplete to show up, so long as I am using the completion keymap. (The defaultEditorView
withbasicSetup
includes the completion keymap.) However,Ctrl+Space
does nothing unless I have typed at least one letter.This is most noticeable in YAML. You can see it at https://codemirror-json-schema.netlify.app/.
Here's what I expect:
Ctrl+Space
.Here's what I see instead:
Ctrl+Space
.Ctrl+Space
.So it works so long as there is a letter already there, but not when there isn't.
This is less noticeable in JSON, because I normally create a JSON key by typing a quote
"
, which starts the autocomplete.The text was updated successfully, but these errors were encountered: