Visual Studio tips show you some tips to accelerate your development. Following the tips will save you a lot of time when develop the software with visual studio.
Snippets Editor 加快VS开发
摘要:如果我想在代码里频繁使用一段代码,比如说在调试的时候我经常会用到: System.Diagnostics.Debug.WriteLine("Method" + "Start" + DateTime.Now.ToString("yyyy-MM-dd:hh-mm-ss-fff")); 如果每次手动会很枯燥并且降低开发效率。考虑到VS有代码...
阅读全文
posted @
2010-05-14 14:44
刘宁Toby
阅读(243)
推荐(1)
VS与Web Browser集成
摘要:在vs中编辑代码过程中,可以通过快捷键 Ctrl+W+W快速切换到ie。
阅读全文
posted @
2010-05-05 22:08
刘宁Toby
阅读(142)
推荐(0)
Use Performance Tool integrated with visual studio
摘要:To create a performance session for an open projectOn the Tools menu, point to Performance Tools, and then click Performance Wizard.From the Which of the following available targets would you like to ...
阅读全文
posted @
2010-04-29 13:22
刘宁Toby
阅读(330)
推荐(0)
Run Fxcop for VS project
摘要:To run Fxcop for a VS project:Right-click on a project in the Project Properties window,from the menu,select Run Code Analysis.and you will see the fxcop warning result from the output window.To run F...
阅读全文
posted @
2010-04-28 14:29
刘宁Toby
阅读(260)
推荐(0)
VS与MSDN集成
摘要:VS2008里默认的设置十分不方便,在按下F1寻求MSDN帮助时会另外打开一个窗口,这样会频繁切换窗口不是很方便。其实稍微设置一下就行了,打开VS2008 -> 工具 -> 选项 -> 环境 -> 帮助 -> 常规 -> 在“使用下列选项使用帮助”的下拉框里选择“集成帮助查看器” -> 重启VS2008。
阅读全文
posted @
2010-04-26 13:42
刘宁Toby
阅读(294)
推荐(0)