-
Use C# interactive in Visual Studio to experiment with your code on the fly
I needed to quickly test a regular expression, and the new feature of Visual Studio 2015 came to the rescue: C# Interactive
-
Visual Studio Code and AutoHotkey
2016-02-10 Update: This post is about how to get around a bug in Visual Studio Code. This bug is now fixed, and my automatic text replacement (described in this blog post), works just as well in Visual Studio Code as in other applications. In my previous post, Use automatic text replacement to speed up your coding […]
-
Use automatic text replacement to speed up your coding and typing
In programming, and probably in most other lines of work where you work with text on a computer, there are some symbols and special characters that you use a lot, but that are quite difficult to type. Perhaps you need to hit a combination of keys to produce the symbol, or even more time-consuming, you might […]