-
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 2010
Separating C++ project properties between VS 2010 and VS 2013
Since Visual Studio 2010, common C++ project properties (e.g. external VC++ Directories like Include Directories and Library Directories) are defined in property sheet files and managed with the Visual Studio Property Manager. See Sharing project properties in Visual C++ by … Continue reading
Continuous Formatting v1.1 adds support for ReSharper and CodeRush code formatters
Continuous Formatting extension automates C# and C++ code formatting in Visual Studio 2013/2012/2010. It removes the necessity to format code manually, arranging code continuously as you type and make changes. Continuous Formatting v1.1 adds support for ReSharper and CodeRush code … Continue reading
Tabs Studio v3.2.0 adds support for SQL Server Management Studio 2014
Tabs Studio is a Visual Studio and SSMS add-in empowering you to work comfortably with any number of open documents. v3.2.0 adds support for SSMS 2014 and the ability to show an SQL query description in the SSMS tab name. … Continue reading
Visual Commander v1.6 adds common code modules for commands and extensions
Visual Commander is a freemium extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander Professional v1.6 adds the ability to create common code modules that can be reused from different commands and extensions: … Continue reading
Visual Studio 2010 Macros Stop Working after February 2014 Windows Update
Installing recent February 11, 2014 Windows updates breaks Visual Studio 2010 macros functionality. Macros just don’t run any more without an error message. More specifically, it is MS14-009 update “Vulnerabilities in .NET Framework Could Allow Elevation of Privilege (2916607)” (rated … Continue reading
Continuous code formatting for Visual Studio
The new Continuous Formatting extension automates C# and C++ code formatting in Visual Studio 2013/2012/2010. It removes the necessity to format code (and reformat, and reformat again) manually, arranging code continuously as you type and make changes. More importantly, it … Continue reading
Visual Commander v1.5 adds navigation to relevant code from compiler errors
Visual Commander is a freemium extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander Professional v1.5 adds the ability to double-click on a compiler error in the Compilation status box and navigate directly … Continue reading
Show all mnemonics in Visual Studio .rc dialog designer for native C++ code
“Normally, keyboard users move the input focus from one control to another in a dialog box with the TAB and ARROW keys. However, you can define an access key (a mnemonic or easy-to-remember name) that allows users to choose a … Continue reading
Visual Commander v1.4 enables commands reordering and adds the Save Macro command
Visual Commander is a freemium extension for Visual Studio 2010+ allowing you to automate repetitive tasks in the IDE. Visual Commander Professional v1.4 allows you to reorder commands with the mouse in the Commands window and sort them by name … Continue reading
Remember size and position of the Refactoring – Rename – Preview Changes window in Visual Studio
Many dialogs in Visual Studio don’t remember their size and position, always opening with the same size. If this default size is small, each time you need to manually resize it to make usable. One of these dialogs is Refactoring … Continue reading