How do I create an extension to move lines (or nodes) up and down? #6129
Unanswered
juliomuhlbauer
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to accomplish something like VSCode does with Alt + ArroDown or ArrowUp to move the entire line up or down.
I can create the extension with the shortcut, but can't figure out how to create the moveNode (or moveLine) function.
Beta Was this translation helpful? Give feedback.
All reactions