Tag Archives: visual studio
Visual Studio 2019 – What’s new
April 2, 2019! Visual Studio 2019 is out. Amazing news. What to expect? A lot of things. I hope you can take some time and check by yourself. Among other things, we will have support for: Improved IntelliSense performance for C++ files Local development with many common emulators Simplified test access in Solution Explorer Git management and repo creation in the […]
Resharper Fundamentals
If you haven’t used ReShaper before, I suggest you do so. It’s the kind of tool I love checking back once in a while, on weekends or in my free time. It’s a Visual Studio plugin from Jetbrains that can save you a lot of time in your day-to-day work. It can help you with […]
View White Space in Visual Studio Editor
When coding in a team, you team to follow conventions that you will your code easily readable, avoid merge conflicts and benefit to every one. One of the tips the Visual Studio editor is the ability to display/hide the white spaces. Below are two pictures with white spaces visible and hidden. You can activate them […]