New tricks in the Visual Studio Editor

New tricks in the Visual Studio Editor
(2017 edition, by August 30th, 2018)

Multi-Caret Support
Ctrl+Alt+Click – Add caret
Ctrl+Alt+. – Add matching selections
Ctrl+Alt+Shift+, – Scoped find/replace

Duplicate line
Ctrl+D

Expand/Contract Selection
Shift+Alt+ + – Expand
Shift+Alt+ – – Contract

Moving between issues in your document
Ctrl+Shift+F12 – Next Error
Alt+PgUp/PgDn – Next/Previous isssue

Go To All – Recent Files and File Member search
Ctrl+Alt+C

Go To Last Edited Location
Ctrl+Shift+Backspace

C# Code Clean-up
Tools > Options > Text Editor > C# > [Code Style & Formatting].

https://blogs.msdn.microsoft.com/visualstudio/2018/08/30/improving-your-productivity-in-the-visual-studio-editor/

https://blogs.msdn.microsoft.com/visualstudio/2018/08/30/improving-your-productivity-in-the-visual-studio-editor/

4 thoughts on “New tricks in the Visual Studio Editor