OmniSharp / omnisharp-roslyn

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
MIT License
1.78k stars 420 forks source link

Rearranging code elements in the editor #273

Open petr-k opened 9 years ago

petr-k commented 9 years ago

Support for moving code elements around (up/down, left/right) via shortcuts. A feature similar to what I have in mind exists in ReSharper, for example (see Rearranging Code Elements).

If there is interest in adopting this functionality (even partially), I'll take a stab at implementing it.

davidfowl commented 9 years ago

This would be great!

nosami commented 9 years ago

I love this feature in ReSharper.

petr-k commented 9 years ago

I'm on it, then. I'll probably implement it as a VS extension first.

mikavilpas commented 9 years ago

:+1:

david-driscoll commented 9 years ago

:fireworks: