Yesterday, Ben shortley mentioned something about Whidbey a.k.a. Visual Studio 2005 supporting refactoring for C++, so I thought I have to check that out. On the MSDN website I discovered there are free versions of VS 2005 Beta 1 called the “Express” products. So I installed both Visual C++ and Visual J# 2005 Beta 1 products.
First, I started Visual C++ and didn’t notice any big change on the surface. So opened the help system and read the section “What’s new in Visual Studio 2005 Beta 1”. In the section “Editing Code” I could read the following: You can now re-factor changes to Visual C# and Visual J# code. These refactoring options include rename, extract method, extract interface, change signature, and encapsulate field.
Big disappointment, no C++ refactoring built-in. (There is, however, a 3rd party product that adds refactoring capabilities, I found out later.)
Second step: I started Visual J# and had a look to the new refactoring menu: There were only two disabled entries: “Extract Method” and “Rename”. So I thought: Let’s select some lines of code to activate the “Extract Method” menu item: Nothing! And the same thing with “Rename”. What’s the only conclusion to make? “That’s a Microsoft product, don’t be surprised.” I am very sorry, but if I read there is a refactoring functionality in the “What’s new in Visual Studio 2005 Beta 1” document, I expect those features to be implemented and enabled.
Links
Apps
Archives
- January 2021
- April 2011
- August 2010
- July 2010
- June 2010
- January 2010
- October 2009
- June 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- February 2008
- December 2007
- November 2007
- September 2007
- May 2007
- January 2007
- December 2006
- August 2006
- July 2006
- June 2006
- May 2006
- March 2006
- January 2006
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- April 2003
One Response to Microsoft Beta Software