标签归档:Visual Studio 2008

Visual Studio 2008 每日提示(二十七)

本篇包括tip261-tip270 http://www.watch-life.net/visual-stud […]


本篇包括tip261-tip270 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-27.html #261、按Ctrl+Alt+B打开断点窗口 原文链接:You can press Ctrl+Alt+B to open the Breakpoint Window 操作步骤: 你可以通过菜单:调试+窗口+断点,打开断点窗口 也可以按快捷键Ctrl+Alt+B打开断点窗口。 ...... [阅读全文]

Visual Studio 2008 每日提示(二十六)

本篇包括tip251-tip260 http://www.watch-life.net/visual-stud […]


本篇包括tip251-tip260 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-26.html #251、在文件中保存扩展名的映射 原文链接:You can save your file extension mappings to a file 操作步骤: 在tip97中,讲述了“如何自己定义的文件类型指定语法高亮” 如果指定的文件类型很多的,想保存在一个文件里,可以使用“导入和导出设置”的是时候选中...... [阅读全文]

Visual Studio 2008 每日提示(二十五)

本篇包括tip241-tip250 http://www.watch-life.net/visual-stud […]


本篇包括tip241-tip250 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-25.html #241、在调试状态用立即窗口做计算器或调试面板 原文链接:You can use the immediate window as a glorified calculator or side-debugger within your debugger 操作步骤: 1、在调试状态,可以利用立即窗口做一个计算,如下图所示,输入:i=1+1,显示结果为2 2、在控制台程序中,通过在立即窗口输入Console.WriteLine,在控制台窗...... [阅读全文]

Visual Studio 2008 每日提示(二十四)

本篇包括tip231-tip240 http://www.watch-life.net/visual-stud […]


本篇包括tip231-tip240 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-24.html #231、如何找到最后一次设置的环境保存的位置? 原文链接:Did you know… How to find what development settings you last reset to 操作步骤: 可以如下通过注册表路径: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\Profile。 其中有个值“ LastResetSettingsFile”,记录最后一次保存环境配置文件保存的位置 ...... [阅读全文]

Visual Studio 2008 每日提示(二十三)

本篇包括tip221-tip230 http://www.watch-life.net/visual-stud […]


本篇包括tip221-tip230 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-23.html #221、在对象浏览器中按对象和成员排序 原文链接:You can sort objects and members in the Object Browser 操作步骤: 在对象浏览器窗口中的对象窗格和成员窗格的右键菜单,有4个排序的选项:按字母顺序排序、按对象类型排序、按成员访问排序、按成员类型分组。 按字母排序是默认。下图所示是按对象类型排序,先显示类,其次是结构,然后是枚举。 ...... [阅读全文]

Visual Studio 2008 每日提示(二十二)

本篇包括tip211-tip220 http://www.watch-life.net/visual-stud […]


本篇包括tip211-tip220 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-22.html #211、在对象浏览器向前和向后导航 原文链接:The Object Browser has a navigate forward and navigate back 操作步骤: 在对象浏览器的工具栏有向前和向后导航的按钮 或者使用快捷键Alt+-(减号)向后导航和快捷键Shift+Alt+-(减号)向前导航。 评论:按惯例作者会在本篇...... [阅读全文]

Visual Studio 2008 每日提示(二十一)

本篇包括tip191-tip200 http://www.watch-life.net/visual-stud […]


本篇包括tip191-tip200 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-21.html #201、在vs里运行外部工具 原文链接:You can run external tools within Visual Studio 操作步骤: 菜单:工具+外部工具 添加的外部工具,就会在工具菜单里显示 评论:你知道工具菜单...... [阅读全文]

Visual Studio 2008 每日提示(二十)

本篇包括tip191-tip200 http://www.watch-life.net/visual-stud […]


本篇包括tip191-tip200 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-20.html #191、把代码拖拽到工具箱的常规选项卡 原文链接:drag and drop code onto the Toolbox General tab 操作步骤: 在工具箱有个常规选项卡 你可以选中一段代码,拖拽到常规选项卡里面,如下图所示 ...... [阅读全文]

Visual Studio 2008 每日提示(十九)

本篇包括tip181-tip190 http://www.watch-life.net/visual-stud […]


本篇包括tip181-tip190 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-19.html #181、按Ctrl+Shift+F12 在错误列表查看下一个错误记录 原文链接:You can use Ctrl+Shift+F12 to view the next Error listed in the error list 操作步骤: 如题,你可以按Ctrl+Shift+F12在错误列表定位到下一个错误记录。当然也可以输入命令:视图.下一错误。 同时在查看错误的时候,状态栏也会显示错误...... [阅读全文]

Visual Studio 2008 每日提示(十八)

本篇包括tip171-tip180 http://www.watch-life.net/visual-stud […]


本篇包括tip171-tip180 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-18.html #171、在任务列表创建用户任务区分代码 原文链接:You can use the Task List to create User Tasks that are separate from your code 操作步骤: 每个用户任务保存在 .suo 文件里面,它并不保存在代码里面,在.suo 文件里保存了用户的自定义解决方案的配置,同时不会签入源码控制。 创建用户任务的方法,打开菜单“视图+任务列表”,在任务列表窗口的下拉列表框中选择“用户任务”,然后单击“创建...... [阅读全文]

Visual Studio 2008 每日提示(十七)

本篇包括tip161-tip170 http://www.watch-life.net/visual-stud […]


本篇包括tip161-tip170 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-17.html #161、在解决方案里显示(或不显示)编辑器中打开的文件 原文链接:How to have the Solution Explorer always show (or not show) the file currently opened in the Editor 操作步骤: 菜单:工具+选项+环境+常规,选中“在解决方案管理器中显示活动项”则会在解决方案管理器中高亮显示打开的文件,反之不会显示。 ...... [阅读全文]

Visual Studio 2008 每日提示(十六)

本篇包括tip151-tip160 http://www.watch-life.net/visual-stud […]


本篇包括tip151-tip160 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-16.html #151、意外关机情况下,保存自动恢复文件 原文链接:Where Visual Studio saves auto-recovered files in the case of an unexpected shutdown 操作步骤: 菜单:工具+环境+自动恢复,选中“保存自动恢复信息的时间间隔”,同时设定“保留自动恢复信息的天数”。 自动恢复文件保存的位置在: ...\My Documents\Visual Studio ...... [阅读全文]

Visual Studio 2008 每日提示(十五)

本篇包括tip141-tip150 http://www.watch-life.net/visual-stud […]


本篇包括tip141-tip150 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-15.html #141、在打开的工具窗口中上下移动定位 原文链接:You can use Alt+F7 and Shift+Alt+F7 to move to the next and previous opened tool windows 操作步骤: 按Alt+F7打开下一个窗口,按Shift+Alt+F7打开上一个窗口。 评论:对习惯键盘操作的人,估计比较喜欢这样功能。...... [阅读全文]

Visual Studio 2008 每日提示(十四)

本篇包括tip131-tip140 http://www.watch-life.net/visual-stud […]


本篇包括tip131-tip140 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-14.html #131、你为什么会把窗体设置成为浮动(模式) 原文链接:Why you would want to make a Tool Window Floating 如果你想把工具窗体放在一个特定的区域,而不幸的是停靠目标显示了,这时候,如果设置窗口为浮动的,该窗体j将不会获得停靠目标,不会任何把任何工具窗体口作为停靠目标,不会把IDE的9个停靠位置多为停靠目标。 评论:使用浮动窗口你可以自由停放窗口。 #132、从一组窗口中仅仅中止一个窗口的停靠(状态) 原文链接...... [阅读全文]

Visual Studio 2008 每日提示(十三)

本篇包括tip121-tip130 http://www.watch-life.net/visual-stud […]


本篇包括tip121-tip130 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-13.html   #121、如何设置vs启动时(工作区)加载内容 原文链接:How to customize what Visual Studio opens to 操作步骤: 菜单:工具+选项+环境+启动,在“启动时”下拉框 中根据需要选择以下几项: 1、打开主页 2、加载最近加载的解决方案 3、显示“打开项目”对话框 4、显示“新建项目”对话框 5、显示空化境 6、显示起始页 ...... [阅读全文]