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
constbasicSetup=[
...
// I expected to see autocompletion({ defaultKeymap: false }) hereautocompletion(),
...
];
However in the README it states:
This keymap includes shortcuts for all the official extension and replaces codemirror default keymaps:
autocomplete (make sure to set defaultKeymap: false when enabling this plugin)
So it's not clear what the best way is. I'll experiment and see if I notice differences in behavior with the two variations in how autocompletion is initialized.
The text was updated successfully, but these errors were encountered:
I'm adopting this extension, and am slightly confused because in the example,
defaultKeymap
is not set tofalse
here:https://github.com/replit/codemirror-vscode-keymap/blob/master/dev/basicSetupNoKeymap.ts#L21C2-L21C20
However in the README it states:
So it's not clear what the best way is. I'll experiment and see if I notice differences in behavior with the two variations in how
autocompletion
is initialized.The text was updated successfully, but these errors were encountered: