Category Archives: Uncategorized

When you don’t limit INetCache size

Investigated why daily Visual Studio 2019 update hangs on my machine and found this: I’ve never seen 52 million files in one folder before. Check yours c:\Windows\SysWOW64\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\IE (requires admin rights).

Posted in Uncategorized | Leave a comment

Visual Commander v3.2 automates Visual Studio 2022

Visual Commander is a freemium extension for Visual Studio 2017+ allowing you to automate repetitive tasks in the IDE. v3.2 adds support support for Visual Studio 2022 Preview 1.1: See the full what’s new list. Download the installer.

Posted in Uncategorized | Tagged , | Leave a comment

Text Sharp v2.4 lets you adjust text clarity in Visual Studio 2022

Text Sharp is a free extension for Visual Studio that lets you adjust text clarity in the IDE: v2.4.0 adds support for Visual Studio 2022 and stops support for Visual Studio 2015. Download the installer.

Posted in Uncategorized | Tagged , | Leave a comment

Tabs Studio v5 extends Visual Studio 2022 document tabs

Tabs Studio is a Visual Studio and SSMS extension empowering you to work comfortably with any number of open documents. v5.0.0 adds support for Visual Studio 2022 Preview 1.1, bringing multiple rows of tabs, tab grouping and tab coloring to … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Continuous Formatting adds support for TypeScript and JavaScript

Continuous Formatting extension automates C# and C++ code formatting in Visual Studio. It removes the necessity to format code manually, arranging code continuously as you type and make changes. v2.1.2 adds support for TypeScript and JavaScript. Download the installer.

Posted in Uncategorized | Leave a comment

Fake IE10 to install Visual Studio 2013

Visual Studio 2013 requires Internet Explorer 10. If you try to install it on Windows 7 with IE8 you get the following error “This version of Visual Studio requires Internet Explorer 10”: This prevents use of VS 2013 in many … Continue reading

Posted in Uncategorized | Tagged | 9 Comments

Visual Studio 2013 RTM released

Visual Studio 2013 RTM is now available for download. See what’s new, download an installer, read about the new product activation procedure.

Posted in Uncategorized | Tagged | Leave a comment

New features in Visual Studio 2013 IDE

A new video is released on Visual Studio Toolbox featuring enhancements available in Visual Studio 2013 Preview: settings synchronization, notifications center, enhanced scroll bar, peek definition and CodeLenses. Watch the video.

Posted in Uncategorized | Tagged | Leave a comment

CodeFlow code review tool for Visual Studio

A new code review tool CodeFlow will ship in the next version of Visual Studio: The Story of CodeFlow.  

Posted in Uncategorized | Tagged , | Leave a comment

Publishing Visual Studio extensions with Visual Studio 2010 and Visual Studio 11 support

Out of the box Visual Studio 2010 supports extensions development only for VS 2010 and Visual Studio 11 supports extensions development only for VS 11. If your Visual Studio extension supports both VS 2010/VS 11 and doesn’t contain much version … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment