我最喜欢的visual studio 2013的新特性
Contents
用visual studio 2013也有段时间了,下面列举一下我最喜欢的一些新特性。
- Code lens
- Peeking definition, Alt+F12
- Scroll bar
- Navigate to, Ctrl + ,
- Ctrl+K, Ctrl+O (switch .h .cpp file)
- Move lines, Alt + Up, Alt + Down
- Retuned values when debugging
- Edit and Continue(both 32bit and 64bit)
- Feedback
- Test explorer category, code coverage
- Debug managed memory (need .NET 4.5 dump)
- Quick Launch, Search in Options (VS 2012 also)
- Code map debugger (VS 2012 also)
- Dependency diagram (VS 2012 also)