-
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
Tag Archives: Visual Studio 2017
Continuous Formatting v2 improves convenience and performance
Continuous Formatting extension automates C# and C++ code formatting in Visual Studio 2017/2015. It removes the necessity to format code manually, arranging code continuously as you type and make changes. v2 no longer interrupts an active code completion session, stops … Continue reading
Task Canvas v1.8 adds individual code block size controls
The Task Canvas extension lets you edit multiple methods from different classes in one window and quickly switch between document groups. v1.8 adds maximize, minimize and restore buttons for each code block and the “Add Note” dialog to choose a … Continue reading
Task Canvas v1.7 implements a new canvas layout algorithm
The Task Canvas extension lets you edit multiple methods from different classes in one window and quickly switch between document groups. v1.7 implements a new canvas layout algorithm that takes into account number of lines in a code block and … Continue reading
ESharper v1.7.0 adds support for external assemblies
ESharper is an Excel add-in that lets you write user defined functions and commands using C# interactively in a live Excel session. v1.7.0 lets you add references to external assemblies for your code. For assemblies in the GAC you can … Continue reading
Task Canvas v1.6 adds information exchange between tasks
The Task Canvas extension lets you edit multiple methods from different classes in one window and quickly switch between document groups. v1.6 adds the ability to copy notes, code blocks, tabs and startup projects from the current task to other … Continue reading
Innovative C# debugging experience with OzCode v4
Last week, in a Visual Studio Toolbox episode on Channel 9, Omer Raviv highlighted most useful features of the OzCode C# debugging extension for Visual Studio and announced upcoming version 4 introducing a live debugger accessible from a web browser. … Continue reading
Posted in Reviews
Tagged Visual Studio, visual studio 2015, Visual Studio 2017, Visual Studio extensions
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
Command and extension examples for Visual Commander
Visual Commander is a freemium extension for Visual Studio 2012+ allowing you to automate repetitive tasks in the IDE. v2.7 adds command and extension examples accessible from the main VCmd menu: Click Edit to view command code, experiment with it … Continue reading
Changing Visual Studio 2017 private registry settings
Visual Studio traditionally includes several settings that can be set only in registry (HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\[version] key). For example, Find result format, UseSolutionNavigatorGraphProvider or EnableVSIPLogging. Visual Studio 2017 continues to support these settings, but now uses the RegLoadAppKey function to store registry … Continue reading
New code navigation shortcuts in Visual Studio 2017
The new Go to All window in Visual Studio 2017 lets you navigate directly to any file or symbol by typing a search query: You can open this window using keyboard shortcuts Ctrl+, or Ctrl+T assigned by default to the … Continue reading