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
move_line_down_util_non_space Behavior: Move the cursor to the next line under the same column. If that spot is empty, keep moving down until you find a line that isn't empty.
I ran into a tricky navigation issue while coding. When I'm inside a huge switch statement, it's hard to jump to the next case. With a move like this, I could quickly switch between similar entries at the same level. And this doesn't need a language server (LSP)—it only relies on well-formatted code.
Example: I want to jump from .value to the next state, which is .post_value.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
move_line_down_util_non_space Behavior: Move the cursor to the next line under the same column. If that spot is empty, keep moving down until you find a line that isn't empty.
I ran into a tricky navigation issue while coding. When I'm inside a huge switch statement, it's hard to jump to the next case. With a move like this, I could quickly switch between similar entries at the same level. And this doesn't need a language server (LSP)—it only relies on well-formatted code.
Example: I want to jump from
.valueto the next state, which is.post_value.Beta Was this translation helpful? Give feedback.
All reactions