-
Given this: (my snip.add_snippets('all', {
snip.snippet("ternary", {
node_insert(1, 'cond'), node_txt(' ? '), node_insert(2, 'then'), node_txt(' : '), node_insert(3, 'else')
}),
}) Is it possible to jump from index |
Beta Was this translation helpful? Give feedback.
Answered by
L3MON4D3
May 26, 2023
Replies: 1 comment 4 replies
-
No :/ |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
nyngwang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No :/
Just by calling
snip.jump(-1)
multiple times