Tag Archives: Visual Studio 2017

HTML 11 – A Browser Link alternative for Visual Studio 2017/2019

Pressing F5 in a browser to see web page changes is not a big deal. But it is a context switch nevertheless, breaking your flow. And it becomes progressively irritating when you edit multiple pages or want to see them … Continue reading

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

Mobile HTML preview in Visual Studio 2019

HTML 11 extension provides tool windows in Visual Studio 2017/2019 showing preview of an HTML document you are currently editing, on desktop and mobile devices: The preview is updated as you type. When you change a .css or a .js … Continue reading

Posted in Vlasov Studio tools | Tagged , , | 5 Comments

HTML preview in Visual Studio 2019

Default HTML editor in Visual Studio 2019 doesn’t include preview. You can select the Web Forms editor with a Design view, but it requires updates as you change code and doesn’t support full modern HTML capabilities. The new HTML 11 … Continue reading

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

r /Visual Studio Find and Replace dialog/KCommands

Powerful text editors like SlickEdit and Vim provide a command line to quickly find and replace text without ever touching the mouse. The free KCommands extension for Visual Studio 2017/2019 provides similar command line to quickly find and replace text … Continue reading

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

Task Canvas v2.2.0 supports Git branches

The Task Canvas extension lets you work with multiple code fragments without switching tabs. v2.2.0 makes it easy to switch between tasks in different branches. If the Maintain Git branch option is enabled, Task Canvas saves the current branch name … Continue reading

Posted in Vlasov Studio tools | Tagged , , , | 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

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 v1.9.0 adds Go to Associated Task command

The Task Canvas extension lets you edit multiple methods from different classes in one window and quickly switch between document groups. v 1.9.0 adds the “Go to Associated Task” context menu command to go from a document to the canvas, … Continue reading

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

Smooth Caret v1.5.2 improves caret visibility in Visual Studio 2017

The Smooth Caret extension adds smooth caret movement animation for text editors in Visual Studio. It looks similar to the smooth typing feature in Microsoft Office 2013. v1.5.2 makes sure the caret is visible after an animation completes in Visual … Continue reading

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