Replies: 1 comment
-
Actually in this case next and prev sibling do nothing because line 2 is on the root of the syntax tree (the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given:
If I’m on 1 and hit next sibling (Alt→), I get to 3.
If I’m on 2 and hit next sibling, I get nothing.
If I’m on 3 and hit previous sibling (Alt←), I get 1.
If I’m on 2 and hit previous sibling, I get nothing.
I understand why this is (because I’m between code blocks) but I feel it would help if this included special case logic to work as you would assume it does.
Beta Was this translation helpful? Give feedback.
All reactions