Tag Archives: Visual Studio tools

Runtime Flow v3 visualizes executed code in .NET applications and integrates with Visual Studio 2022

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. v3.0.0 adds integration with Visual Studio 2022: … Continue reading

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

Timeline of your application execution

Runtime Flow in real time monitors and logs function calls and function parameters in a running .NET application and shows a stack trace tree. v2.1.0 adds the new Timeline window that shows local time when a function call started with … Continue reading

Posted in Vlasov Studio tools | Tagged | Leave a comment

Visual Time Spent v1.3 adds export to CSV and time spent percentage

Visual Time Spent automatically tracks your time spent working on solutions, projects and documents in Visual Studio IDE. It allows you to generate reports to see overall time spent and what activities took most time. v1.3 adds the VS 2017 … Continue reading

Posted in Vlasov Studio tools | Tagged | Leave a comment

Runtime Flow v1.8.0 adds simpler VS 2017 integration and global keyboard shortcuts to pause and resume monitoring

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. v1.8.0 adds the VS 2017 integration module … Continue reading

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

Runtime Flow v1.6 adds an API for monitoring results

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. v1.6 adds the ability to save monitoring … Continue reading

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

Microsoft C++ Core Guidelines Checker released

C++ Core Checker for Visual Studio is now available as a NuGet package. The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++. Microsoft’s Guidelines Support Library (GSL) contains supporting functions and … Continue reading

Posted in Visual Studio news | Tagged , , , | 3 Comments

Runtime Flow v1.5 adds support for Visual Studio 2015

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. v1.5 adds support for Visual Studio 2015 … Continue reading

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

Visual Time Spent v1.1.0 adds support for Visual Studio 2015

Visual Time Spent automatically tracks your time spent working on solutions, projects and documents in Visual Studio IDE. It allows you to generate reports to see overall time spent and what activities took most time. v1.1.0 adds support for Visual … Continue reading

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

Format C++ code intelligently in Visual Studio with clang-format

Two month ago in GoingNative 2013 Chandler Carruth demonstrated a new tool clang-format to automatically format C++ code. The whole talk is excellent, but if you just interested in formatting watch between 24 and 32 minutes. For Visual Studio users … Continue reading

Posted in Reviews | Tagged , , , | 2 Comments