Introduction
In this blog, you will learn 10 Visual Studio Ninja Code Editor Productivity Tips.
1. Move one or several lines up and down
The line that contains the editing caret can be moved up and down with Alt+Up and Alt+Down.
In the same way, several selected lines can be moved up and down.

Move lines up and down with Alt+Up and Alt+Down
2. Rectangular Selection
Rectangular selection is very useful to quickly edit a code portion. This can be achieved with Alt+Shift+Arrows shortcuts.

Move lines up and down with Alt+Up and Alt+Down
3. Multi-Lines Edition
Once mastering rectangular selection, it can be used to edit multiple lines at once,

Multiple Lines Edition
4. Multi-Carets Edition
Often we need to repeat the same edition at multiple locations. To do so multiple carets can be defined with Ctrl+Alt+Mouse Click,

Multiple Carets with Ctrl+Alt+Mouse Click
5. Multi-Carets Edition on Same Matches
Multiple carets can be set to the next locations of the selected word. To do so first select the word and then use Ctrl+Shift+;
Multiple carets can be set to all locations of the selected word with Ctrl+Shift+$.

Same Match Selection
6. Expand / Contract Selection
You can expand the selection with Shift+Alt+= and contract it with Shift+Alt+.
Expand Selection
7. Make Selection Uppercase/Lowercase
You can Uppercase the selection with Ctrl+Shift+U and lowercase it with Ctrl+U

Orou RigobertPosted Jul 6, 2020, 3:58 PM
Thank for your remember
Patrick SmacchiaPosted Jul 6, 2020, 5:48 AM
This article has been stolen from https://blog.ndepend.com/10-visual-studio-solution-ninja-code-edition-tips/ there is zero backlink, zero credit and nobody asked us for permission to copy/paste the content, man you have zero ethic, what a shame!
Laxmidhar SahooPosted Jul 2, 2020, 4:20 AM
A good article for improving productivity and timely completing the task