Monthly Archives: May 2017

Semantic C# code highlighting in Visual Studio 2017

A basic code colorizer highlights language keywords, comments and string. A semantic highlighter performs full language parsing which results in very accurate understanding of code and may, for example, give local variables a distinct color to improve the comprehensibility of … Continue reading

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

Tabs Studio v4.2 adds support for SSMS 17

Tabs Studio is a Visual Studio and SSMS extension empowering you to work comfortably with any number of open documents. v4.2 adds support for SQL Server Management Studio 17, adds VS theme support to the tab context menu, changes Marker … Continue reading

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

Read and understand code faster with programming ligatures in Fira Code font

A ligature occurs where two or more graphemes or letters are joined as a single glyph. For example, Fira Code font by Nikita Prokopov contains a set of ligatures for common programming multi-character combinations like ++, >= or != : … Continue reading

Posted in Visual Studio tips | 5 Comments