Moving functions / structs / parameters #8467
Unanswered
leandrobbraga
asked this question in
Ideas
Replies: 1 comment 5 replies
-
For lines, I use Occasionally, for functions, I do |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hello, what do you guys think about the possibility of moving functions, structs and parameters. Is it currently possible?
Imagine that there are three functions
Would be useful to have the possibility of swapping their positions around (move-up, move-down).
For example, after a
move-function-up
:The same would go for structs and function parameters, functions and struct being interchangeable with each other.
I used to use this feature all the time in Intellij.
I guess this would be possible, since helix is based on tree sitter.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions