Novacare blog

Visual Studio Shortcuts Cheat Sheet

Visual Studio, as one of the most widely-used IDEs, comes packed with shortcuts to make our lives easier. But do we know them all? Or even the most useful ones? Here's a quick cheat sheet of the Visual Studio shortcuts that I use to speed up my coding…

Change Intellisense shortcuts in Visual Studio

The most frustration thing a developer can experience is keyboard shortcuts changing. This happened to me recently when the Ctrl+space shortcut started auto inserting a member instead of showing the List Members box. Here is how I fixed it. 1. Open Visual Studio and go to the Tools -&…