Posts

Showing posts with the label Hotkeys

Visual Studio Usage: Peek Definition Hotkey

Very nice way to quickly check a definition in Visual Studio (2015). Alt+F12 Sources: How to: View and Edit Code by Using Peek Definition (Alt+F12)

Visual Studio Usage: Comment / Uncomment Hotkeys

Very nice way to quickly comment and uncomment certain code-parts in Visual Studio (2015). Comment: Ctrl-K, Ctrl-C Uncomment: Ctrl-K, Ctrl-U