Visual Studio 2013 Preview.... available

So, what's new over 2012 other than it can use the Windows 8.1 API?
Have they got rid of the god awful caps menus yet?
 
I think the daft CAPS menus are still there. Its mainly streamlining Windows 8 App development direct in the IDE, and App profiling from within the IDE.

BTW: Here is a registry edit to get rid of those menu caps :)

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion
REG_DWORD value: 1
 
Last edited:
We had a presentation by some guys from Microsoft where I'm currently working and they mentioned about 64-bit edit and continue then.
Great that they've done that, but I can't help but feel it's pretty useless as it still doesn't work in code with lambdas.
 
We had a presentation by some guys from Microsoft where I'm currently working and they mentioned about 64-bit edit and continue then.
Great that they've done that, but I can't help but feel it's pretty useless as it still doesn't work in code with lambdas.

Useless is a strong word. Inconvenient at best surely? :)
 
Back
Top Bottom