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

Go To End Scope bug case: does not work from empty line for IND/RAW #19

Closed lukstafi closed 1 year ago

lukstafi commented 1 year ago

Example expected behavior below (go to end of indentation scope). Actual behavior is no-change.

let a = begin
@
  1 +
  2^
end
lukstafi commented 1 year ago

This is fixed now, maybe with commits about handling end-of-document?