vscode tags

Automated OCD with Stylecop

I never really got into Stylecop or FXCop. I did make use of some of the Resharper autoformatting configuration, and static analysis features, and have in the past automated and configured this. But since starting to use Visual Studio Code, I have been looking for more and more ways to get the benefits of the Visual …

FiraCode, my new favorite VS Code dev font

I’ve been using Fira Code as my new dev font. And I’m sticking with it. FiraCode is available on GitHub, and is a based on the concept of ligatures, targeting at programming symbols. In short, ligatures are where two or more actual characters are printed as a single printable character, originating in print …

Visual Studio Code with C# and dotnet

Getting Started with Visual Studio Code? Me too. Let’s see what it takes to get going. This is a bit of a companion piece alongside my .Net Core Series I am writing at the moment. Hopefully as well as .Net Core, I will have a play with writing TypeScript, Rust and maybe C++ inside Visual Studio Code. I might have …