When you’re doing unittesting in a project, there are two more shortcuts that would be nice to have.
These days, I’m running tests more often than I’m running the app, so why stop at having only the F5 so available for running the app in the debugger?
Code snippets are pre-created pieces of code, and Visual Studio supports two kinds of them. Expanding code snippets and surrounding code snippets. You can get started with code snippets right away, since Visual Studio ships with lots of them.
So, how do they work? Well, the expanding code snippets are the easiest to use; you select a snippet [...]
In my previous article about keyboards shortcuts I promised a follow-up.
Well, here it is:
Many of the keyboard shortcuts in Visual Studio are chords. This means that the shortcut is actually a sequence of keypresses.
When teaching programming, I tend to do a lot of live coding. Coding in front of a live audience is special, and I take special care to try to do it right the first time, and also do it as quickly as possible at the same time.
Comments