emmetio / codemirror6-plugin

WIP Plugin for CodeMirror 6
40 stars 7 forks source link

Set Prec to highest for Tab/Esc key Commands and export Commands #16

Open s-cork opened 1 year ago

s-cork commented 1 year ago

Currently the tab key for the abbreviationTracker has no precedence, but this should probably be set to highest given that the tab key might also be assigned to indentation.

Also please export the key commands, that way I can assign tabKeyHandler to Enter.

shshaw commented 1 month ago

You can manually up the precedence for Tab by wrapping it in Prec.high

Screenshot 2024-08-06 at 6 57 49 AM