lukstafi / navi-parens

VS Code extension: navigate structured code with keybindings. Markmacs: WYSIWYG for LaTeX via the preview pane.
https://marketplace.visualstudio.com/items?itemName=lukstafi.navi-parens
Other
4 stars 0 forks source link

`alt+a`, `alt+e` do not respect a local brackets scope even in SEM/RAW mode #6

Closed lukstafi closed 1 year ago

lukstafi commented 1 year ago

E.g. in if (backJump.isEqual(lookingAtPos)) { return null; }, using alt+a, alt+e always jumps to beginning / end of line. Also, alt+a, alt+e should activate the extension (currently do not trigger activation).

lukstafi commented 1 year ago

[Intended behavior] Ahhh, I got confused, it's the ctrl+alt+a, ctrl+alt+e that should activate the extension and have the within-scope behavior.