站内搜索
分类列表
本类阅读排行
本类推荐文章
- ASP技巧:让Len,Left,Right函数识...
- 用ASP实现IE地址栏参数的判断
- 如何实现ASP.NET网站个性化
- 如何在Asp.net中使用HtmlArea编辑...
- 用ASP.Net实现在线压缩和解压缩
- ASP实现不存在的网页就自动发送邮...
- 用ASP取出HTML里面的图片地址的函...
- asp.net跳转页面的三种方法比较
- 一个Winsock组件
- 用WinSock设计Chat程序(转)
- 在MFC应用中深入定制WebBrowser控...
- 这几天有人问关于编应.dll的问题,...
- 在Visual J++中编写ASP COM组件(转...
- 一个显示Grid的VBScript对象
- 好东西,快来看呀:(转载自中华网...
广告
英文版的Visual Studio.Net 2003 快捷键!
作者: 来源: 点击: 日期:2007-3-5 23:30:10
Visual Studio.Net 2003 Shortcut Keys
Shortcut Key
Description
Project Shortcut Key
Build.BuildSolution
CTRL + SHIFT + B
Builds the solution
Build.Compile
CTRL + F7
Creates an object file containing machine code, linker directives, sections, external references, and function/data names for the selected file.
File.OpenFile
CTRL + O
Displays the Open File dialog box where you can select an existing file to open.
File.OpenProject
CTRL + SHIFT + O
Displays the Open Project dialog box where you can add existing projects to your solution.
Tool Window shortcut keys
View.ClassView
CTRL + SHIFT + C
Displays the Class View window.
View.PropertiesWindow
F4
Displays the Properties window, which lists the design-time properties and events for the currently selected item.
View.PropertyPages
SHIFT + F4
Displays the property pages for the item currently selected.
View.ResourceView
CTRL + SHIFT + E
Displays the Resource View window.
Object Browser Shortcut keys
Edit.GoToDefinition
F12
Displays the declaration for the selected symbol in code.
Edit.GoToDeclaration
CTRL + F12
Displays the definition of the selected symbol in the code.
View.ObjectBrowser
CTRL + ALT + J
Displays the Object Browser to view the classes, properties, methods, events, and constants available for packages, and the object libraries and procedures in your project.
Integrated Help Shortcut Keys
Help.Contents
CTRL + ALT + F1
Displays the Contents window for the documentation contained in MSDN.
Help.DynamicHelp
CTRL + F1
Displays the Dynamic Help window, which displays different topics depending on what items currently have focus in the product.
Help.F1Help
F1
Displays a topic from Help that corresponds to the current user interface selected.
Help.WindowHelp
SHIFT + F1
Displays a topic from help that corresponds to the current user interface selected.
Help.Search
CTRL + ALT + F3
Displays the Search window, which allows you to search for words or phrases in the documentation contained in MSDN.
Window management Shortcut Keys
View.FullScreen
SHIFT + ALT + ENTER
Toggles Full Screen mode on and off.
Shortcut Key
Description
Project Shortcut Key
Build.BuildSolution
CTRL + SHIFT + B
Builds the solution
Build.Compile
CTRL + F7
Creates an object file containing machine code, linker directives, sections, external references, and function/data names for the selected file.
File.OpenFile
CTRL + O
Displays the Open File dialog box where you can select an existing file to open.
File.OpenProject
CTRL + SHIFT + O
Displays the Open Project dialog box where you can add existing projects to your solution.
Tool Window shortcut keys
View.ClassView
CTRL + SHIFT + C
Displays the Class View window.
View.PropertiesWindow
F4
Displays the Properties window, which lists the design-time properties and events for the currently selected item.
View.PropertyPages
SHIFT + F4
Displays the property pages for the item currently selected.
View.ResourceView
CTRL + SHIFT + E
Displays the Resource View window.
Object Browser Shortcut keys
Edit.GoToDefinition
F12
Displays the declaration for the selected symbol in code.
Edit.GoToDeclaration
CTRL + F12
Displays the definition of the selected symbol in the code.
View.ObjectBrowser
CTRL + ALT + J
Displays the Object Browser to view the classes, properties, methods, events, and constants available for packages, and the object libraries and procedures in your project.
Integrated Help Shortcut Keys
Help.Contents
CTRL + ALT + F1
Displays the Contents window for the documentation contained in MSDN.
Help.DynamicHelp
CTRL + F1
Displays the Dynamic Help window, which displays different topics depending on what items currently have focus in the product.
Help.F1Help
F1
Displays a topic from Help that corresponds to the current user interface selected.
Help.WindowHelp
SHIFT + F1
Displays a topic from help that corresponds to the current user interface selected.
Help.Search
CTRL + ALT + F3
Displays the Search window, which allows you to search for words or phrases in the documentation contained in MSDN.
Window management Shortcut Keys
View.FullScreen
SHIFT + ALT + ENTER
Toggles Full Screen mode on and off.
英文版的Visual Studio.Net 2003 快捷键! 评论
