Monthly Archives: March 2019

Most Popular Development Environments

According to Stack Overflow developer surveys for the last three years (2016 2017 2018), Visual Studio retains a high position around 35%: Visual Studio Code demonstrates impressive growth to the top from 7.2% to 34.9%. It will be interesting to … Continue reading

Posted in Reviews | Leave a comment

Make indentation in code more readable with IndentRainbow

IndentRainbow extension for Visual Studio 2015/2017/2019 by Marcel Wagner shows rainbow colors for different levels of indentation in your source code: It improves code navigation especially in complicated code with two spaces of indentation. The colors and the number of … Continue reading

Posted in Reviews | Tagged , | Leave a comment

Freeing screen space in Visual Studio 2019

In Visual Studio 2019, even if you hide all toolbars, Live Share and Feedback buttons while rarely used take up valuable screen space: You can hide this area with Visual Commander and Hide Live Share and Feedback in VS 2019 … Continue reading

Posted in Visual Studio tips, Vlasov Studio tools | Tagged , | 7 Comments

Breaking IDE changes in Visual Studio 2019

Two weeks before the RTM launch event, Visual Studio 2019 release candidate demonstrates new functionality that may change your workflow currently available with Visual Studio 2017. I’ll demonstrate differences comparing latest Visual Studio 2019 Community RC.2 with Visual Studio 2017 … Continue reading

Posted in Reviews, Visual Studio news | Tagged , | 1 Comment

Disabling outlining undo

By default, when you expand or collapse a method or a code region in Visual Studio, this action is pushed on the undo stack. It ruins any normal code editing cycle – you do text changes, browse code doing folding/unfolding … Continue reading

Posted in Vlasov Studio tools | Tagged , , | Leave a comment

Task Canvas v2.0.0 adds Move to Other Task command

The Task Canvas extension lets you work with multiple code fragments without switching tabs. v2.0.0 adds the “Move to Other Task” context menu command, removes horizontal and vertical scrollbars from code blocks. Full support for Visual Studio 2019 is blocked … Continue reading

Posted in Vlasov Studio tools | Tagged | Leave a comment