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


本篇包括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 操作步骤: 菜单:工具+外部工具 添加的外部工具,就会在工具菜单里显示 评论:你知道工具菜单那些程序是外部工具么? #202、创建自己的外部工具 原文链接:You can add your own External Tools to the list 操作步骤: 1、打开外部工具窗口,菜单:工具+外部工具 2、单击“添加”按钮,创建一个“新工具1”的预留位置。 3......[阅读全文]

分类: Visual Studio | 没有评论 »

Visual Studio 2008 每日提示(二十)


本篇包括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 | 1 条评论 »

Visual Studio 2008 每日提示(十九)


本篇包括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在错误列表定位到下一个错误记录。当然也可以输入命令:视图.下一错误。 同时在查看错误的时候,状态栏也会显示错误的内容。 评论:在作者文章里充满着大量这样用键盘快捷键来定位的操作。 #182、从错误列表定位到错误帮助目录 原文链接:You can vie......[阅读全文]

分类: Visual Studio | 没有评论 »

Visual Studio 2008 每日提示(十八)


本篇包括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 | 没有评论 »

Visual Studio 2008 每日提示(十七)


本篇包括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 操作步骤: 菜单:工具+选项+环境+常规,选中“在解决方案管理器中显示活动项”则会在解决方案管理器中高亮显示打开的文件,反之不会显示。 评论:也许你找就用这个功能了,只是没发现罢了 #162、返回Visual C++ 2.0的一些提示 原文链接:A lot of tips go back to Visual C++ 2.......[阅读全文]

分类: Visual Studio | 没有评论 »

Visual Studio 2008 每日提示(十六)


本篇包括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 2008\Backup Files\ 在意外关机后重新启动开发环境时,会出现“集成开发环境恢复文件”对话框。你可以选择备份文件或忽略......[阅读全文]

分类: Visual Studio | 1 条评论 »

Visual Studio 2008 每日提示(十五)


本篇包括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打开上一个窗口。 评论:对习惯键盘操作的人,估计比较喜欢这样功能。 #142、按Shift+ESC 键关闭工具窗口 原文链接:You can use Shift+ESC to close a tool window 操作步骤: 如果有窗口处于被选中激活状态,按Shift+ESC 键将关闭该窗口。 评论:不......[阅读全文]

分类: Visual Studio | 没有评论 »

Visual Studio 2008 每日提示(十四)


本篇包括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 | 1 条评论 »

Visual Studio 2008 每日提示(十三)


本篇包括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、显示起始页   评论: 我一般选择“空环境”或“加载最近加载的解决方案”,后......[阅读全文]

分类: Visual Studio | 1 条评论 »

Visual Studio 2008 每日提示(十二)


本篇包括tip111-tip120 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-12.html #111、定义最近使用的列表中显示项的数目 原文链接:How to customize the number of items shown in the recent files lists 操作步骤: 菜单:工具+选项+环境,在“最近的文件”中的“最近使用的列表中显示项”输入数字,比如6 则会在菜单+最近的文件,显示6个最近使用的文件。 显示最近打开的窗体也是类似。只要在“窗口菜单显示的项”输入数目即可。 评论:这个技巧估计知道的人比较多 #112、隐藏Visual Studio 的状态......[阅读全文]

分类: Visual Studio | 没有评论 »