RSS
Tag Cloud
Archives
- November 2021 (2)
- October 2021 (1)
- September 2021 (2)
- August 2021 (5)
- July 2021 (5)
- June 2021 (1)
- September 2020 (1)
- December 2019 (2)
- November 2019 (2)
- October 2019 (2)
- September 2019 (2)
- July 2019 (1)
- May 2019 (5)
- April 2019 (9)
- March 2019 (6)
- February 2019 (1)
- January 2019 (6)
- December 2018 (4)
- November 2018 (3)
- October 2018 (1)
- August 2018 (1)
- July 2018 (1)
- January 2018 (1)
- September 2017 (3)
- August 2017 (1)
- July 2017 (1)
- June 2017 (3)
- May 2017 (3)
- April 2017 (2)
- March 2017 (1)
- February 2017 (1)
- January 2017 (10)
- November 2016 (1)
- September 2016 (1)
- August 2016 (5)
- July 2016 (1)
- June 2016 (2)
- May 2016 (4)
- April 2016 (2)
- March 2016 (2)
- December 2015 (4)
- November 2015 (3)
- October 2015 (2)
- September 2015 (1)
- August 2015 (2)
- July 2015 (2)
- June 2015 (5)
- May 2015 (4)
- March 2015 (1)
- February 2015 (1)
- December 2014 (1)
- November 2014 (2)
- October 2014 (2)
- August 2014 (1)
- June 2014 (1)
- May 2014 (1)
- March 2014 (1)
- February 2014 (1)
- January 2014 (2)
- December 2013 (7)
- November 2013 (7)
- October 2013 (12)
- September 2013 (2)
- August 2013 (1)
- July 2013 (1)
- June 2013 (1)
- December 2012 (1)
- November 2012 (2)
- September 2012 (3)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- March 2012 (4)
- February 2012 (5)
- January 2012 (5)
- December 2011 (8)
- November 2011 (2)
- October 2011 (2)
Links
Category Archives: Vlasov Studio tools
Intelligent document tabs grouping in Visual Studio 2019 with Tabs Studio extension
Tabs Studio is a Visual Studio and SSMS extension empowering you to work comfortably with any number of open documents. By default Tabs Studio groups together in an extended tab corresponding C++ source and header files, WPF markup and code-behind, … Continue reading
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
Sync Block Edit v1.4 adds support for Visual Studio 2019
Sync Block Edit is a free extension that lets you easily update duplicate blocks of text in multiple files from Visual Studio. v1.4 adds support for Visual Studio 2019 and stops support for Visual Studio 2012/2013. Download the installer.
Runtime Flow v2 adds support for Visual Studio 2019
Runtime Flow in real time monitors and logs function calls and function parameters in a running .NET application and shows a stack trace tree, with no instrumentation or source code required for monitoring. v2.0.0 adds integration with Visual Studio 2019: … Continue reading
Plain Rename v1.2 adds support for VS 2019
Plain Rename is a free extension that hides the dashed outline displayed when you are editing a variable name: v1.2 adds support for Visual Studio 2019. Download the installer.
ESharper v1.8.0 adds support for Visual Studio 2019
ESharper is an Excel add-in that lets you write user defined functions and commands using C# interactively in a live Excel session. V1.8.0 lets you edit function and command code with IntelliSense and syntax highlighting in Visual Studio 2019: If … Continue reading
Posted in Vlasov Studio tools
Tagged excel, Visual Studio 2019, Visual Studio extensions
Leave a comment
Tabs Studio v4.6.0 adds support for SSMS 18
Tabs Studio is a Visual Studio and SSMS extension empowering you to work comfortably with any number of open documents. v4.6.0 adds support for SQL Server Management Studio 18.0 RC1: See the full what’s new list. Download the installer.
Posted in Vlasov Studio tools
Tagged SSMS, Visual Studio 2019, Visual Studio extensions
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 Visual Studio 2019, Visual Studio extensions
5 Comments
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
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