快捷键关闭查找符号结果

时间:2021-11-14 05:52:30

What is the shortcut key to close Find Symbol Results in visual studio 2010? I want to close it using shortcut key with float mode

在visual studio 2010中关闭查找符号结果的快捷键是什么?我想用浮动模式的快捷键关闭它

1 个解决方案

#1


15  

There is a general shortcut to close the "current tool window", which is SHIFT+ESC.

关闭“当前工具窗口”的通用快捷方式是SHIFT+ESC。

Update: In the name of productivity, I procrastinated just long enough to make this list...

更新:以生产力的名义,我拖了很长时间才完成这个列表……

Default key bindings for C# in Visual Studio 2010


Editing

Edit.CollapseToDefinitions CTRL+M,O

编辑。CollapseToDefinitions CTRL + M O

  • Collapses declaration bodies to provide a high-level view of the types and members in the source file.
  • 折叠声明主体,以提供源文件中类型和成员的高级视图。

Edit.HideSelection CTRL+M,CTRL+H

编辑。HideSelection CTRL + M,CTRL + H

  • Collapses current selection to an outlining region.
  • 将当前选择折叠到大纲区域。

Edit.ToggleAllOutlining CTRL+M,L

编辑。ToggleAllOutlining CTRL + M,L

  • Toggles all previously collapsed outlining regions between collapsed and expanded states.
  • 切换所有先前崩溃的区域,列出崩溃状态和扩展状态之间的区域。

Edit.ToggleOutliningExpansion CTRL+M,M

编辑。ToggleOutliningExpansion CTRL + M M

  • Toggles the currently selected collapsed region between the collapsed and expanded state.
  • 切换当前选中的崩溃区域和扩展状态之间的区域。

Edit.StopOutlining CTRL+M,P

编辑。StopOutlining CTRL + M P

  • Removes all outlining information from the whole document.
  • 从整个文档中删除所有大纲信息。

Edit.CommentSelection CTRL+K,C or CTRL+E,C

编辑。CommentSelection CTRL + K、C或CTRL + E、C

  • Inserts // at the beginning of the current line or every line of the current selection.
  • 插入//在当前行开头或当前选择的每一行。

Edit.UncommentSelection CTRL+K,U or CTRL+E,U

编辑。UncommentSelection CTRL + K U或CTRL + E U

  • Removes the // at the beginning of the current line or every line of the current selection.
  • 删除当前行开头的//或当前选择的每一行。

Edit.FormatDocument CTRL+K,D or CTRL+E,D

编辑。FormatDocument CTRL + K D或CTRL + E、D

  • Formats the current document according to the indentation and code formatting settings specified on the Formatting pane under Tools | Options | Text Editor | C#.
  • 根据工具|选项|文本编辑器| c#在格式化窗格上指定的缩进和代码格式化设置对当前文档进行格式化。

Edit.FormatSelection CTRL+K,F or CTRL+E,F

编辑。FormatSelection CTRL + K,F或CTRL + E,F

  • Formats the current selection according to the indentation and code formatting settings specified on the Formatting pane under Tools | Options | Text Editor | C#.
  • 根据bb0选项|文本编辑器| c#中指定的格式窗格中指定的缩进和代码格式设置来格式化当前的选择。

Edit.InsertSnippet CTRL+K,X

编辑。InsertSnippet CTRL + K,X

  • Displays the Code Snippet Picker. The selected code snippet will be inserted at the caret position.
  • 显示代码片段选择器。所选的代码片段将插入到插入符号位置。

Edit.SurroundWith CTRL+K,S

编辑。SurroundWith CTRL + K,S

  • Displays the Code Snippet Picker. The selected code snippet will be wrapped around the selected text.
  • 显示代码片段选择器。所选的代码片段将围绕所选文本进行包装。

Edit.InvokeSnippetFromShortcut TAB

编辑。InvokeSnippetFromShortcut选项卡

  • Inserts the expanded code snippet from the shortcut name.
  • 从快捷方式名称插入扩展的代码片段。

Edit.CycleClipboardRing CTRL+SHIFT+V

编辑。CycleClipboardRing CTRL + SHIFT + V

  • Pastes text from the Clipboard ring to the caret location in the file. Subsequent use of the shortcut key iterates through the items in the Clipboard ring.
  • 将文本从剪贴板环粘贴到文件中的插入符号位置。随后使用快捷键遍历剪贴板环中的项。

Edit.Replace CTRL+H

编辑。取代CTRL + H

  • Displays the replace options in the Quick Replace tab of the Find and Replace dialog.
  • 在查找和替换对话框的Quick replace选项卡中显示替换选项。

Edit.ReplaceInFiles CTRL+SHIFT+H

编辑。ReplaceInFiles CTRL + SHIFT + H

  • Displays the replace options on the Replace in Files tab of the Find and Replace dialog.
  • 在查找和替换对话框的replace in Files选项卡上显示替换选项。

View.ShowSmartTag CTRL+PERIOD (.) or SHIFT+ALT+F10

视图。ShowSmartTag CTRL+PERIOD(.)或SHIFT+ALT+F10

  • Displays the available options on the Smart Tag menu.
  • 显示智能标记菜单上的可用选项。

EditorContextMenus.CodeWindow.ViewCallHierarchy CTRL+K,T

EditorContextMenus.CodeWindow。ViewCallHierarchy CTRL + K,T

  • Brings focus to the Call Hierarchy window using the member at the caret as a top-level node.
  • 使用插入符号中的成员作为*节点,将焦点转移到调用层次结构窗口。

Edit.NextHighlightedReference CTRL+SHIFT+DOWN ARROW

编辑。NextHighlightedReference CTRL + SHIFT +向下箭头

  • Moves the caret to the next highlighted identifier matching the current one.
  • 将插入符号移动到与当前标识符匹配的下一个突出显示标识符。

Edit.PreviousHightlightedReference CTRL+SHIFT+UP ARROW

编辑。PreviousHightlightedReference CTRL + SHIFT +箭头

  • Moves the caret to the previous highlighted identifier matching the current one.
  • 将插入符号移动到与当前标识符匹配的先前突出显示的标识符。

Edit.ToggleCompletionMode CTRL+ALT+SPACEBAR

编辑。ToggleCompletionMode CTRL + ALT +空格键

  • Toggles between suggestion mode (all commit characters except for tab leave entered text as-is, tab chooses a completion item in the list) and completion mode.
  • 切换建议模式(所有提交字符,除了按原样输入的制表符,制表符选择列表中的完成项)和完成模式。

Edit.<Direction>ExtendColumn SHIFT+ALT+

编辑。 <方向> ExtendColumn SHIFT + ALT +

  • Creates a box selection instead of a stream selection.
  • 创建一个框选择,而不是流选择。

Window

View.ClassView CTRL+W,C

视图。ClassView CTRL + W,C

  • Displays the Class View window.
  • 显示类视图窗口。

View.CodeDefinitionWindow CTRL+W,D

视图。CodeDefinitionWindow CTRL + W,D

  • Displays the Code Definition window.
  • 显示代码定义窗口。

View.ErrorList CTRL+W,E

视图。ErrorList CTRL + W E

  • Displays the Error List window.
  • 显示错误列表窗口。

View.ObjectBrowser CTRL+W,J

视图。ObjectBrowser CTRL + W,J

  • Displays the Object Browser.
  • 显示对象浏览器。

View.Output CTRL+W,O

视图。输出CTRL + W O

  • Displays the Output window, where status messages can be viewed at run time.
  • 显示输出窗口,其中状态消息可以在运行时查看。

View.PropertiesWindow CTRL+W,P

视图。PropertiesWindow CTRL + W,P

  • Displays the Properties window, which lists the design-time properties and events for the currently selected item.
  • 显示属性窗口,该窗口列出当前选定项的设计时属性和事件。

View.SolutionExplorer CTRL+W,S

视图。SolutionExplorer CTRL + W S

  • Displays Solution Explorer, which lists the projects and files in the current solution.
  • 显示解决方案资源管理器,它列出当前解决方案中的项目和文件。

View.TaskList CTRL+W,T

视图。TaskList CTRL + W T

  • Displays the Task List window, which displays custom tasks, comments, shortcuts, warnings, and error messages.
  • 显示任务列表窗口,该窗口显示自定义任务、注释、快捷方式、警告和错误消息。

View.Toolbox CTRL+W,X

视图。工具箱CTRL + W X

  • Displays the Toolbox, which contains controls that can be included or used with your code.
  • 显示工具箱,其中包含可以包含或与代码一起使用的控件。

View.ServerExplorer CTRL+W,L

视图。ServerExplorer CTRL + W、L

  • Displays Server Explorer, which lets you view and manipulate database servers, event logs, message queues, Web services, and other operating system services.
  • 显示服务器资源管理器,它允许您查看和操作数据库服务器、事件日志、消息队列、Web服务和其他操作系统服务。

Window.CloseToolWindow SHIFT+ESC

窗口。CloseToolWindow SHIFT + ESC

  • Closes the current tool window.
  • 关闭当前工具窗口。

Data.ShowDataSources SHIFT+ALT+D

数据。ShowDataSources SHIFT + ALT + D

  • Displays the Data Sources window.
  • 显示数据源窗口。

Window.CloseDocumentWindow CTRL+F4

窗口。CloseDocumentWindow CTRL + F4

  • Closes the current tab.
  • 关闭当前的选项卡。

Window.NextDocumentWindowNav CTRL+TAB

窗口。NextDocumentWindowNav CTRL + TAB

  • Displays the IDE Navigator, with the first document window selected.
  • 显示IDE导航器,选择第一个文档窗口。

View.CallHierarchy CTRL+W,K

视图。CallHierarchy CTRL + W,K

  • Displays the Call Hierarchy window, which lists callers and callees for a given member.
  • 显示“调用层次结构”窗口,该窗口列出给定成员的调用者和调用者。

View.ZoomIn CTRL+SHIFT+PERIOD (.)

视图。ZoomIn CTRL + SHIFT +时期()。

  • Increases the size of contents in the editor.
  • 增加编辑器中内容的大小。

View.ZoomOut CTRL+SHIFT+COMMA (,)

视图。ZoomOut CTRL + SHIFT +逗号(,)

  • Decreases the size of contents in the editor.
  • 减少编辑器中内容的大小。

File

File.NewProject CTRL+SHIFT+N

文件。是否按CTRL + SHIFT + N

  • Displays the New Project dialog.
  • 显示新项目对话框。

File.OpenProject CTRL+SHIFT+O

文件。OpenProject CTRL + SHIFT + O

  • Displays the Open Project dialog, allowing existing projects to be added to the solution.
  • 显示Open Project对话框,允许将现有项目添加到解决方案中。

Project.AddClass SHIFT+ALT+C

项目。AddClass SHIFT + ALT + C

  • Displays the Add New Item dialog, selecting the class template by default.
  • 显示Add New Item对话框,默认选择类模板。

Project.AddExistingItem SHIFT+ALT+A

项目。AddExistingItem SHIFT + ALT +

  • Displays the Add Existing Item dialog, allowing existing files to be added to the current project.
  • 显示“添加现有项”对话框,允许将现有文件添加到当前项目中。

Project.AddNewItem CTRL+SHIFT+A

项目。AddNewItem CTRL + SHIFT +一个

  • Displays the Add New Item dialog, allowing a new file to be added to the current project.
  • 显示Add New Item对话框,允许向当前项目添加新文件。

Window.ShowEzMDIFileList CTRL+ALT+DOWN ARROW

窗口。ShowEzMDIFileList CTRL + ALT +向下箭头

  • Displays a pop-up listing of all open documents
  • 显示所有打开文档的弹出列表

IntelliSense

Edit.CompleteWord CTRL+SPACEBAR or CTRL+K,W

编辑。CompleteWord CTRL +空格键或按CTRL + K,W

  • Complete current word in completion list.
  • 在完成列表中完成当前单词。

Edit.ListMembers CTRL+J or CTRL+K,L

编辑。ListMembers CTRL + J或CTRL + K,L

  • Invokes IntelliSense completion list.
  • 调用IntelliSense完成列表。

Edit.QuickInfo CTRL+K,I

编辑。QuickInfo CTRL + K,我

  • Displays complete declaration for specified identifier in a Quick Info tooltip.
  • 在快速信息工具提示中显示指定标识符的完整声明。

Edit.ParameterInfo CTRL+SHIFT+SPACEBAR or CTRL+K,P

编辑。ParameterInfo CTRL + SHIFT +空格键或按CTRL + K,P

  • Displays name, number and type of parameters required for the specified method.
  • 显示指定方法所需的参数的名称、数量和类型。

Make Transparent CTRL

使透明CTRL

  • Causes visible completion list to become transparent.
  • 使可见的完成列表变得透明。

Navigation

Edit.NavigateTo CTRL+COMMA (,)

编辑。NavigateTo CTRL +逗号(,)

  • Displays the NavigateTo window, which allows quick navigation to files, types, and members. The word at the caret seeds the search.
  • 显示NavigateTo窗口,允许对文件、类型和成员进行快速导航。插入符号中的单词会引发搜索。

Edit.FindAllReferences SHIFT+F12 or CTRL+K,R

编辑。FindAllReferences SHIFT + F12或CTRL + K,R

  • Displays a list of all references for the symbol selected.
  • 显示所选符号的所有引用的列表。

Edit.GoToBrace CTRL+]

编辑。GoToBrace CTRL +)

  • Moves the caret location to the matching brace in the source file.
  • 将插入符号位置移动到源文件中的匹配括号中。

Edit.GoToDefinition F12

编辑。GoToDefinition F12

  • Navigates to the declaration for the selected symbol in code.
  • 导航到代码中选定符号的声明。

Edit.GoToNextLocation F8

编辑。GoToNextLocation F8

  • Moves the caret to the next item, such as a task in the *Task List window or a search match in the Find Results window. Subsequent invocations will move to the next item in the list.
  • 将插入符号移动到下一项,如*任务列表窗口中的任务或查找结果窗口中的搜索匹配项。后续调用将移动到列表中的下一个项目。

Edit.IncrementalSearch CTRL+I

编辑。IncrementalSearch CTRL +我

  • Activates incremental search. If incremental search is on, but no input is passed, the previous search query is used. If search input has been found, next invocation searches for the next occurrence of the input text.
  • 激活增量搜索。如果正在进行增量搜索,但没有传递输入,则使用前面的搜索查询。如果已找到搜索输入,则下一次调用将搜索输入文本的下一次出现。

Edit.FindNext, Edit.FindPrevious F3 and SHIFT+F3

编辑。FindNext、编辑。FindPrevious F3和SHIFT + F3

  • Searches again for the last search pattern in the direction specified.
  • 再次搜索指定方向上的最后一个搜索模式。

Edit.FindNextSelected CTRL+F3

编辑。FindNextSelected CTRL + F3

  • Sets the search pattern to the selected text, then search for next occurrence.
  • 将搜索模式设置为所选文本,然后搜索下一个事件。

Edit.FindPreviousSelected CTRL+SHIFT+F3

编辑。FindPreviousSelected CTRL + SHIFT + F3

  • Sets the search pattern to the selected text, then search for previous occurrence.
  • 将搜索模式设置为所选文本,然后搜索以前发生的内容。

View.ForwardBrowseContext CTRL+SHIFT+7

视图。ForwardBrowseContext CTRL + SHIFT + 7

  • Moves to the next item called in code in the current file. Uses the Go To Definition navigation stack.
  • 移动到当前文件中调用的下一个项目。使用Go To定义导航堆栈。

View.PopBrowseContext CTRL+SHIFT+8

视图。PopBrowseContext CTRL + SHIFT + 8

  • Moves to the previous item called in code in the current file. Uses the Go To Definition navigation stack.
  • 移动到当前文件中调用的前一个项目。使用Go To定义导航堆栈。

View.NavigateBackward CTRL+HYPHEN (-)

视图。NavigateBackward CTRL +连字符(-)

  • Moves to the previously browsed line of code.
  • 移动到先前浏览过的代码行。

View.NavigateForward CTRL+SHIFT+HYPHEN (-)

视图。NavigateForward CTRL + SHIFT +连字符(-)

  • Moves to the next browsed line of code.
  • 移动到下一行浏览代码。

Edit.FindInFiles CTRL+SHIFT+F

编辑。FindInFiles CTRL + SHIFT + F

  • Displays the Find in Files tab of the Find and Replace dialog.
  • 显示查找和替换对话框的Find in Files选项卡。

Edit.FindSymbol ALT+F12

编辑。FindSymbol ALT + F12

  • Displays the Find Symbol pane of the Find and Replace dialog.
  • 显示查找和替换对话框的查找符号窗格。

View.ViewCode F7

视图。ViewCode F7

  • Displays the selected item in Code view of the editor.
  • 在编辑器的代码视图中显示所选项。

View.ViewDesigner, View.ViewMarkup SHIFT+F7

视图。ViewDesigner,视图。ViewMarkup SHIFT + F7

  • Switches between Design and Source views for the current document.
  • 切换当前文档的设计视图和源视图。

Window.MoveToNavigationBar CTRL+F2

窗口。MoveToNavigationBar CTRL + F2

  • Moves focus to the drop-down bar located at the top of the editor when the editor is in Code view or Server Code view.
  • 当编辑器位于代码视图或服务器代码视图中时,将焦点移到编辑器顶部的下拉栏。

Edit.Find CTRL+F

编辑。找到CTRL + F

  • Displays the Find Quick tab of the Find and Replace dialog.
  • 显示查找和替换对话框的快速选项卡。

Edit.GoTo CTRL+G

编辑。GoTo CTRL + G

  • Displays the Go to Line dialog.
  • 显示Go to Line对话框。

Edit.GoToFindCombo CTRL+/

编辑。GoToFindCombo CTRL + /

  • Moves focus to the Find/Command box on the Standard toolbar.
  • 将焦点移到标准工具栏上的“查找/命令”框。

Debugging

Debug.Autos CTRL + D, A

调试。自动CTRL + D, A

  • Displays the Autos window, which displays variables used in the current line of code and the preceding line of code.
  • 显示Autos窗口,该窗口显示当前代码行和前面代码行中使用的变量。

Debug.CallStack CTRL + D, C

调试。调用堆栈CTRL + D, C

  • Displays the Call Stack window, which displays a list of all active methods or stack frames for the current thread of execution.
  • 显示调用堆栈窗口,该窗口显示当前执行线程的所有活动方法或堆栈帧的列表。

Debug.Immediate CTRL + D, I

调试。立即按CTRL + D, I

  • Displays the Immediate window, where expressions can be evaluated.
  • 显示可以计算表达式的即时窗口。

Debug.Locals` CTRL + D, L

调试。当地的CTRL + D, L。

  • Displays the Locals window, which displays the local variables and their values for each method in the current stack frame.
  • 显示局部变量窗口,该窗口显示当前堆栈框架中每个方法的局部变量及其值。

Debug.QuickWatch CTRL + D, Q

调试。快速观察CTRL + D, Q

  • Displays the QuickWatch dialog box that has the current value of the selected expression.
  • 显示具有所选表达式当前值的QuickWatch对话框。

Debug.Start F5

调试。开始F5

  • Launches the application under the debugger based on the settings from the startup project. When in Break mode, invoking this command will run the application until the next breakpoint.
  • 根据启动项目的设置,在调试器下启动应用程序。当处于中断模式时,调用此命令将运行应用程序直到下一个断点。

Debug.Start-WithoutDebugging CTRL + F5

调试。Start-WithoutDebugging CTRL + F5

  • Launches the application without invoking the debugger.
  • 不调用调试器启动应用程序。

Debug.StepInto F11

调试。StepInto季

  • Executes code one statement at a time, following execution into method calls.
  • 每次执行一条语句,然后执行到方法调用。

Debug.Step-IntoSpecific SHIFT + ALT + F11

调试。阶入比移位+ ALT + F11

  • Prompts to select which sub expression to step into, regardless of the tools options setting for skipping properties and operators.
  • 提示选择要进入的子表达式,而不考虑跳过属性和操作符的工具选项设置。

Debug.StepOut SHIFT + F11

调试。失调SHIFT +季

  • Executes the remaining lines of a method in which the current execution point is located.
  • 执行当前执行点所在的方法的其余行。

Debug.StepOver F10

调试。使用F10

  • Executes the next line of code, but does not follow execution through any method calls.
  • 执行下一行代码,但不通过任何方法调用执行。

Debug.Stop-Debugging SHIFT + F5

调试。Stop-Debugging SHIFT + F5

  • Stops running the current application under the debugger.
  • 停止在调试器下运行当前应用程序。

Debug.Toggle-Breakpoint F9

调试。toggle breakpoint F9

  • Sets or removes a breakpoint at the current line.
  • 设置或删除当前行上的断点。

Debug.Watch CTRL + D, W

调试。看CTRL + D, W

  • Displays the Watch window, which displays the values of selected variables or watch expressions.
  • 显示监视窗口,该窗口显示所选变量或监视表达式的值。

Debug.Enable-Breakpoint CTRL + F9

调试。Enable-Breakpoint CTRL + F9

  • Toggles the breakpoint between disabled and enabled.
  • 在禁用和启用之间切换断点。

Make DatatipTransparent [CTRL]

使DatatipTransparent[CTRL]

  • Causes a visible datatip to become transparent.
  • 使可见的数据表变得透明。

Test.RunTestsIn-CurrentContext CTRL + R, T

测试。运行testsin - currentcontext CTRL + R, T

  • Runs the unit test containing the caret.
  • 运行包含插入符号的单元测试。

Test.RunAllTests-InSolution CTRL + R, A

测试。RunAllTests-InSolution CTRL + R A

  • Runs all of the unit tests in the solution.
  • 运行解决方案中的所有单元测试。

Edit.GoToNext-Location F8

编辑。GoToNext-Location F8

  • Moves the caret to the next item, such as a task in the Task List window or a search match in the Find Results window. Subsequent invocations will move to the next item in the list.
  • 将插入符号移动到下一项,例如任务列表窗口中的任务或查找结果窗口中的搜索匹配项。后续调用将移动到列表中的下一个项目。

Edit.Incremental-Search CTRL + I

编辑。增量搜索CTRL +我

  • Activates incremental search. If incremental search is on, but no input is passed, the previous search query is used. If search input has been found, next invocation searches for the next occurrence of the input text.
  • 激活增量搜索。如果正在进行增量搜索,但没有传递输入,则使用前面的搜索查询。如果已找到搜索输入,则下一次调用将搜索输入文本的下一次出现。

Edit.FindNext, Edit.FindPrevious F3 and SHIFT + F3

编辑。FindNext、编辑。找到之前的F3和SHIFT + F3。

  • Searches again for the last search pattern in the direction specified.
  • 再次搜索指定方向上的最后一个搜索模式。

Edit.FindNext-Selected, Edit.FindPrevious-Selected CTRL + F3 and CTRL + SHIFT + F3

编辑。FindNext-Selected、编辑。FindPrevious-Selected CTRL + F3、CTRL + SHIFT + F3

  • Sets the search pattern to the selected text, then search in the direction specified.
  • 将搜索模式设置为所选文本,然后按照指定的方向进行搜索。

View.Forward-BrowseContext CTRL + SHIFT + 7

视图。向前-浏览器文本CTRL + SHIFT + 7

  • Moves to the next item called in code in the current fi le. Uses the Go To Defi nition navigation stack.
  • 移动到当前fi中调用的下一个项目。使用Go To Defi nition导航堆栈。

View.PopBrowse-Context CTRL + SHIFT + 8

视图。PopBrowse-Context CTRL + SHIFT + 8

  • Moves to the previous item called in code in the current file. Uses the Go To Defi nition navigation stack.
  • 移动到当前文件中调用的前一个项目。使用Go To Defi nition导航堆栈。

View.Navigate-Backward CTRL + HYPHEN (-)

视图。导航-反向CTRL +连字符(-)

  • Moves to the previously browsed line of code.
  • 移动到先前浏览过的代码行。

View.Navigate-Forward CTRL + SHIFT + HYPHEN (-)

视图。导航-转发CTRL + SHIFT +连字符(-)

  • Moves to the next browsed line of code.
  • 移动到下一行浏览代码。

Edit.FindInFiles CTRL + SHIFT + F

编辑。FindInFiles并按CTRL + SHIFT + F键

  • Displays the Find in Files tab of the Find and Replace dialog box.
  • 显示“查找和替换”对话框的“查找文件”选项卡。

`Edit.FindSymbol ALT + F12

的编辑。FindSymbol ALT + F12

  • Displays the Find Symbol pane of the Find and Replace dialog box.
  • 显示“查找和替换”对话框的“查找符号”窗格。

`View.ViewCode F7

”的观点。ViewCode F7

  • Displays the selected item in Code view of the editor.
  • 在编辑器的代码视图中显示所选项。

View.ViewDesigner, View.ViewMarkup SHIFT + F7

视图。ViewDesigner,视图。ViewMarkup SHIFT + F7

  • Switches between Design and Source views for the current document. -
  • 切换当前文档的设计和源代码视图之间的切换。- - - - - -

Window.MoveTo-NavigationBar CTRL + F2

窗口。MoveTo-NavigationBar CTRL + F2

  • Moves focus to the drop-down bar located at the top of the editor when the editor is in Code view or Server Code view.
  • 当编辑器位于代码视图或服务器代码视图中时,将焦点移到编辑器顶部的下拉栏。

Edit.Find CTRL + F

编辑。找到CTRL + F

  • Displays the Find Quick tab of the Find and Replace dialog box.
  • 显示“查找和替换”对话框的“查找快速”选项卡。

Edit.GoTo CTRL + G

编辑。GoTo CTRL + G

  • Displays the Go to Line dialog box.
  • 显示Go to Line对话框。

Edit.GoToFind-Combo CTRL + /

编辑。GoToFind-Combo CTRL + /

  • Moves focus to the Find/Command box on the Standard toolbar.
  • 将焦点移到标准工具栏上的“查找/命令”框。

EditorContext-Menus.Code-Window.ViewCall-Hierarchy CTRL + K, T

EditorContext-Menus.Code-Window。视图层次结构CTRL + K, T

  • Brings focus to the Call Hierarchy window using the member at the caret as a top-level node.
  • 使用插入符号中的成员作为*节点,将焦点转移到调用层次结构窗口。

Edit.NextHighlightedReference, Edit.PreviousHighlightedReference CTRL + SHIFT + DOWN ARROW and CTRL + SHIFT + UP ARROW

编辑。NextHighlightedReference、编辑。PreviousHighlightedReference CTRL + SHIFT +向下箭头,CTRL + SHIFT +向上箭头

  • Moves the caret to the next or previous highlighted identifier matching the current one.
  • 将插入符号移动到与当前标识符匹配的下一个或前一个突出显示标识符。

Refactoring

Refactor.EncapsulateField CTRL+R,E

重构。EncapsulateField CTRL + R,E

  • Displays the Encapsulate Field dialog, allowing creation of a property from an existing field, updating all references to use the new property.
  • 显示封装字段对话框,允许从现有字段创建属性,更新所有引用以使用新属性。

Refactor.ExtractInterface CTRL+R,I

重构。ExtractInterface CTRL + R,我

  • Displays the Extract Interface dialog, allowing creation of an interface with members derived from an existing class, struct, or interface.
  • 显示提取接口对话框,允许创建具有来自现有类、结构或接口的成员的接口。

Refactor.ExtractMethod CTRL+R,M

重构。ExtractMethod CTRL + R,M

  • Displays the Extract Method dialog, allowing creation of a new method from the selected code.
  • 显示提取方法对话框,允许从所选代码中创建新方法。

Refactor.RemoveParameters CTRL+R,V

重构。RemoveParameters CTRL + R,V

  • Displays the Remove Parameters dialog, allowing removal of parameters from methods, indexers, or delegates by changing the declaration wherever called.
  • 显示“删除参数”对话框,允许通过更改声明(无论在哪里调用)从方法、索引器或委托中删除参数。

Refactor.Rename CTRL+R,R or F2

重构。重命名CTRL + R,R或F2

  • Displays the Rename dialog, allowing renaming of all references of an identifier.
  • 显示重命名对话框,允许重命名标识符的所有引用。

Refactor.ReorderParameters CTRL+R,O

重构。ReorderParameters CTRL + R,O

  • Displays the Reorder Parameters dialog, allowing the order of parameters to be changed for methods, indexers, and delegates.
  • 显示Reorder Parameters对话框,允许为方法、索引器和委托更改参数的顺序。

Build

Build.BuildSolution F6 or CTRL+SHIFT+B

构建。BuildSolution F6或CTRL + SHIFT + B

  • Builds all projects in the solution
  • 在解决方案中构建所有项目。

Build.BuildSelection SHIFT+F6

构建。BuildSelection SHIFT + F6

  • Builds selected project and dependencies
  • 构建选定的项目和依赖项

#1


15  

There is a general shortcut to close the "current tool window", which is SHIFT+ESC.

关闭“当前工具窗口”的通用快捷方式是SHIFT+ESC。

Update: In the name of productivity, I procrastinated just long enough to make this list...

更新:以生产力的名义,我拖了很长时间才完成这个列表……

Default key bindings for C# in Visual Studio 2010


Editing

Edit.CollapseToDefinitions CTRL+M,O

编辑。CollapseToDefinitions CTRL + M O

  • Collapses declaration bodies to provide a high-level view of the types and members in the source file.
  • 折叠声明主体,以提供源文件中类型和成员的高级视图。

Edit.HideSelection CTRL+M,CTRL+H

编辑。HideSelection CTRL + M,CTRL + H

  • Collapses current selection to an outlining region.
  • 将当前选择折叠到大纲区域。

Edit.ToggleAllOutlining CTRL+M,L

编辑。ToggleAllOutlining CTRL + M,L

  • Toggles all previously collapsed outlining regions between collapsed and expanded states.
  • 切换所有先前崩溃的区域,列出崩溃状态和扩展状态之间的区域。

Edit.ToggleOutliningExpansion CTRL+M,M

编辑。ToggleOutliningExpansion CTRL + M M

  • Toggles the currently selected collapsed region between the collapsed and expanded state.
  • 切换当前选中的崩溃区域和扩展状态之间的区域。

Edit.StopOutlining CTRL+M,P

编辑。StopOutlining CTRL + M P

  • Removes all outlining information from the whole document.
  • 从整个文档中删除所有大纲信息。

Edit.CommentSelection CTRL+K,C or CTRL+E,C

编辑。CommentSelection CTRL + K、C或CTRL + E、C

  • Inserts // at the beginning of the current line or every line of the current selection.
  • 插入//在当前行开头或当前选择的每一行。

Edit.UncommentSelection CTRL+K,U or CTRL+E,U

编辑。UncommentSelection CTRL + K U或CTRL + E U

  • Removes the // at the beginning of the current line or every line of the current selection.
  • 删除当前行开头的//或当前选择的每一行。

Edit.FormatDocument CTRL+K,D or CTRL+E,D

编辑。FormatDocument CTRL + K D或CTRL + E、D

  • Formats the current document according to the indentation and code formatting settings specified on the Formatting pane under Tools | Options | Text Editor | C#.
  • 根据工具|选项|文本编辑器| c#在格式化窗格上指定的缩进和代码格式化设置对当前文档进行格式化。

Edit.FormatSelection CTRL+K,F or CTRL+E,F

编辑。FormatSelection CTRL + K,F或CTRL + E,F

  • Formats the current selection according to the indentation and code formatting settings specified on the Formatting pane under Tools | Options | Text Editor | C#.
  • 根据bb0选项|文本编辑器| c#中指定的格式窗格中指定的缩进和代码格式设置来格式化当前的选择。

Edit.InsertSnippet CTRL+K,X

编辑。InsertSnippet CTRL + K,X

  • Displays the Code Snippet Picker. The selected code snippet will be inserted at the caret position.
  • 显示代码片段选择器。所选的代码片段将插入到插入符号位置。

Edit.SurroundWith CTRL+K,S

编辑。SurroundWith CTRL + K,S

  • Displays the Code Snippet Picker. The selected code snippet will be wrapped around the selected text.
  • 显示代码片段选择器。所选的代码片段将围绕所选文本进行包装。

Edit.InvokeSnippetFromShortcut TAB

编辑。InvokeSnippetFromShortcut选项卡

  • Inserts the expanded code snippet from the shortcut name.
  • 从快捷方式名称插入扩展的代码片段。

Edit.CycleClipboardRing CTRL+SHIFT+V

编辑。CycleClipboardRing CTRL + SHIFT + V

  • Pastes text from the Clipboard ring to the caret location in the file. Subsequent use of the shortcut key iterates through the items in the Clipboard ring.
  • 将文本从剪贴板环粘贴到文件中的插入符号位置。随后使用快捷键遍历剪贴板环中的项。

Edit.Replace CTRL+H

编辑。取代CTRL + H

  • Displays the replace options in the Quick Replace tab of the Find and Replace dialog.
  • 在查找和替换对话框的Quick replace选项卡中显示替换选项。

Edit.ReplaceInFiles CTRL+SHIFT+H

编辑。ReplaceInFiles CTRL + SHIFT + H

  • Displays the replace options on the Replace in Files tab of the Find and Replace dialog.
  • 在查找和替换对话框的replace in Files选项卡上显示替换选项。

View.ShowSmartTag CTRL+PERIOD (.) or SHIFT+ALT+F10

视图。ShowSmartTag CTRL+PERIOD(.)或SHIFT+ALT+F10

  • Displays the available options on the Smart Tag menu.
  • 显示智能标记菜单上的可用选项。

EditorContextMenus.CodeWindow.ViewCallHierarchy CTRL+K,T

EditorContextMenus.CodeWindow。ViewCallHierarchy CTRL + K,T

  • Brings focus to the Call Hierarchy window using the member at the caret as a top-level node.
  • 使用插入符号中的成员作为*节点,将焦点转移到调用层次结构窗口。

Edit.NextHighlightedReference CTRL+SHIFT+DOWN ARROW

编辑。NextHighlightedReference CTRL + SHIFT +向下箭头

  • Moves the caret to the next highlighted identifier matching the current one.
  • 将插入符号移动到与当前标识符匹配的下一个突出显示标识符。

Edit.PreviousHightlightedReference CTRL+SHIFT+UP ARROW

编辑。PreviousHightlightedReference CTRL + SHIFT +箭头

  • Moves the caret to the previous highlighted identifier matching the current one.
  • 将插入符号移动到与当前标识符匹配的先前突出显示的标识符。

Edit.ToggleCompletionMode CTRL+ALT+SPACEBAR

编辑。ToggleCompletionMode CTRL + ALT +空格键

  • Toggles between suggestion mode (all commit characters except for tab leave entered text as-is, tab chooses a completion item in the list) and completion mode.
  • 切换建议模式(所有提交字符,除了按原样输入的制表符,制表符选择列表中的完成项)和完成模式。

Edit.<Direction>ExtendColumn SHIFT+ALT+

编辑。 <方向> ExtendColumn SHIFT + ALT +

  • Creates a box selection instead of a stream selection.
  • 创建一个框选择,而不是流选择。

Window

View.ClassView CTRL+W,C

视图。ClassView CTRL + W,C

  • Displays the Class View window.
  • 显示类视图窗口。

View.CodeDefinitionWindow CTRL+W,D

视图。CodeDefinitionWindow CTRL + W,D

  • Displays the Code Definition window.
  • 显示代码定义窗口。

View.ErrorList CTRL+W,E

视图。ErrorList CTRL + W E

  • Displays the Error List window.
  • 显示错误列表窗口。

View.ObjectBrowser CTRL+W,J

视图。ObjectBrowser CTRL + W,J

  • Displays the Object Browser.
  • 显示对象浏览器。

View.Output CTRL+W,O

视图。输出CTRL + W O

  • Displays the Output window, where status messages can be viewed at run time.
  • 显示输出窗口,其中状态消息可以在运行时查看。

View.PropertiesWindow CTRL+W,P

视图。PropertiesWindow CTRL + W,P

  • Displays the Properties window, which lists the design-time properties and events for the currently selected item.
  • 显示属性窗口,该窗口列出当前选定项的设计时属性和事件。

View.SolutionExplorer CTRL+W,S

视图。SolutionExplorer CTRL + W S

  • Displays Solution Explorer, which lists the projects and files in the current solution.
  • 显示解决方案资源管理器,它列出当前解决方案中的项目和文件。

View.TaskList CTRL+W,T

视图。TaskList CTRL + W T

  • Displays the Task List window, which displays custom tasks, comments, shortcuts, warnings, and error messages.
  • 显示任务列表窗口,该窗口显示自定义任务、注释、快捷方式、警告和错误消息。

View.Toolbox CTRL+W,X

视图。工具箱CTRL + W X

  • Displays the Toolbox, which contains controls that can be included or used with your code.
  • 显示工具箱,其中包含可以包含或与代码一起使用的控件。

View.ServerExplorer CTRL+W,L

视图。ServerExplorer CTRL + W、L

  • Displays Server Explorer, which lets you view and manipulate database servers, event logs, message queues, Web services, and other operating system services.
  • 显示服务器资源管理器,它允许您查看和操作数据库服务器、事件日志、消息队列、Web服务和其他操作系统服务。

Window.CloseToolWindow SHIFT+ESC

窗口。CloseToolWindow SHIFT + ESC

  • Closes the current tool window.
  • 关闭当前工具窗口。

Data.ShowDataSources SHIFT+ALT+D

数据。ShowDataSources SHIFT + ALT + D

  • Displays the Data Sources window.
  • 显示数据源窗口。

Window.CloseDocumentWindow CTRL+F4

窗口。CloseDocumentWindow CTRL + F4

  • Closes the current tab.
  • 关闭当前的选项卡。

Window.NextDocumentWindowNav CTRL+TAB

窗口。NextDocumentWindowNav CTRL + TAB

  • Displays the IDE Navigator, with the first document window selected.
  • 显示IDE导航器,选择第一个文档窗口。

View.CallHierarchy CTRL+W,K

视图。CallHierarchy CTRL + W,K

  • Displays the Call Hierarchy window, which lists callers and callees for a given member.
  • 显示“调用层次结构”窗口,该窗口列出给定成员的调用者和调用者。

View.ZoomIn CTRL+SHIFT+PERIOD (.)

视图。ZoomIn CTRL + SHIFT +时期()。

  • Increases the size of contents in the editor.
  • 增加编辑器中内容的大小。

View.ZoomOut CTRL+SHIFT+COMMA (,)

视图。ZoomOut CTRL + SHIFT +逗号(,)

  • Decreases the size of contents in the editor.
  • 减少编辑器中内容的大小。

File

File.NewProject CTRL+SHIFT+N

文件。是否按CTRL + SHIFT + N

  • Displays the New Project dialog.
  • 显示新项目对话框。

File.OpenProject CTRL+SHIFT+O

文件。OpenProject CTRL + SHIFT + O

  • Displays the Open Project dialog, allowing existing projects to be added to the solution.
  • 显示Open Project对话框,允许将现有项目添加到解决方案中。

Project.AddClass SHIFT+ALT+C

项目。AddClass SHIFT + ALT + C

  • Displays the Add New Item dialog, selecting the class template by default.
  • 显示Add New Item对话框,默认选择类模板。

Project.AddExistingItem SHIFT+ALT+A

项目。AddExistingItem SHIFT + ALT +

  • Displays the Add Existing Item dialog, allowing existing files to be added to the current project.
  • 显示“添加现有项”对话框,允许将现有文件添加到当前项目中。

Project.AddNewItem CTRL+SHIFT+A

项目。AddNewItem CTRL + SHIFT +一个

  • Displays the Add New Item dialog, allowing a new file to be added to the current project.
  • 显示Add New Item对话框,允许向当前项目添加新文件。

Window.ShowEzMDIFileList CTRL+ALT+DOWN ARROW

窗口。ShowEzMDIFileList CTRL + ALT +向下箭头

  • Displays a pop-up listing of all open documents
  • 显示所有打开文档的弹出列表

IntelliSense

Edit.CompleteWord CTRL+SPACEBAR or CTRL+K,W

编辑。CompleteWord CTRL +空格键或按CTRL + K,W

  • Complete current word in completion list.
  • 在完成列表中完成当前单词。

Edit.ListMembers CTRL+J or CTRL+K,L

编辑。ListMembers CTRL + J或CTRL + K,L

  • Invokes IntelliSense completion list.
  • 调用IntelliSense完成列表。

Edit.QuickInfo CTRL+K,I

编辑。QuickInfo CTRL + K,我

  • Displays complete declaration for specified identifier in a Quick Info tooltip.
  • 在快速信息工具提示中显示指定标识符的完整声明。

Edit.ParameterInfo CTRL+SHIFT+SPACEBAR or CTRL+K,P

编辑。ParameterInfo CTRL + SHIFT +空格键或按CTRL + K,P

  • Displays name, number and type of parameters required for the specified method.
  • 显示指定方法所需的参数的名称、数量和类型。

Make Transparent CTRL

使透明CTRL

  • Causes visible completion list to become transparent.
  • 使可见的完成列表变得透明。

Navigation

Edit.NavigateTo CTRL+COMMA (,)

编辑。NavigateTo CTRL +逗号(,)

  • Displays the NavigateTo window, which allows quick navigation to files, types, and members. The word at the caret seeds the search.
  • 显示NavigateTo窗口,允许对文件、类型和成员进行快速导航。插入符号中的单词会引发搜索。

Edit.FindAllReferences SHIFT+F12 or CTRL+K,R

编辑。FindAllReferences SHIFT + F12或CTRL + K,R

  • Displays a list of all references for the symbol selected.
  • 显示所选符号的所有引用的列表。

Edit.GoToBrace CTRL+]

编辑。GoToBrace CTRL +)

  • Moves the caret location to the matching brace in the source file.
  • 将插入符号位置移动到源文件中的匹配括号中。

Edit.GoToDefinition F12

编辑。GoToDefinition F12

  • Navigates to the declaration for the selected symbol in code.
  • 导航到代码中选定符号的声明。

Edit.GoToNextLocation F8

编辑。GoToNextLocation F8

  • Moves the caret to the next item, such as a task in the *Task List window or a search match in the Find Results window. Subsequent invocations will move to the next item in the list.
  • 将插入符号移动到下一项,如*任务列表窗口中的任务或查找结果窗口中的搜索匹配项。后续调用将移动到列表中的下一个项目。

Edit.IncrementalSearch CTRL+I

编辑。IncrementalSearch CTRL +我

  • Activates incremental search. If incremental search is on, but no input is passed, the previous search query is used. If search input has been found, next invocation searches for the next occurrence of the input text.
  • 激活增量搜索。如果正在进行增量搜索,但没有传递输入,则使用前面的搜索查询。如果已找到搜索输入,则下一次调用将搜索输入文本的下一次出现。

Edit.FindNext, Edit.FindPrevious F3 and SHIFT+F3

编辑。FindNext、编辑。FindPrevious F3和SHIFT + F3

  • Searches again for the last search pattern in the direction specified.
  • 再次搜索指定方向上的最后一个搜索模式。

Edit.FindNextSelected CTRL+F3

编辑。FindNextSelected CTRL + F3

  • Sets the search pattern to the selected text, then search for next occurrence.
  • 将搜索模式设置为所选文本,然后搜索下一个事件。

Edit.FindPreviousSelected CTRL+SHIFT+F3

编辑。FindPreviousSelected CTRL + SHIFT + F3

  • Sets the search pattern to the selected text, then search for previous occurrence.
  • 将搜索模式设置为所选文本,然后搜索以前发生的内容。

View.ForwardBrowseContext CTRL+SHIFT+7

视图。ForwardBrowseContext CTRL + SHIFT + 7

  • Moves to the next item called in code in the current file. Uses the Go To Definition navigation stack.
  • 移动到当前文件中调用的下一个项目。使用Go To定义导航堆栈。

View.PopBrowseContext CTRL+SHIFT+8

视图。PopBrowseContext CTRL + SHIFT + 8

  • Moves to the previous item called in code in the current file. Uses the Go To Definition navigation stack.
  • 移动到当前文件中调用的前一个项目。使用Go To定义导航堆栈。

View.NavigateBackward CTRL+HYPHEN (-)

视图。NavigateBackward CTRL +连字符(-)

  • Moves to the previously browsed line of code.
  • 移动到先前浏览过的代码行。

View.NavigateForward CTRL+SHIFT+HYPHEN (-)

视图。NavigateForward CTRL + SHIFT +连字符(-)

  • Moves to the next browsed line of code.
  • 移动到下一行浏览代码。

Edit.FindInFiles CTRL+SHIFT+F

编辑。FindInFiles CTRL + SHIFT + F

  • Displays the Find in Files tab of the Find and Replace dialog.
  • 显示查找和替换对话框的Find in Files选项卡。

Edit.FindSymbol ALT+F12

编辑。FindSymbol ALT + F12

  • Displays the Find Symbol pane of the Find and Replace dialog.
  • 显示查找和替换对话框的查找符号窗格。

View.ViewCode F7

视图。ViewCode F7

  • Displays the selected item in Code view of the editor.
  • 在编辑器的代码视图中显示所选项。

View.ViewDesigner, View.ViewMarkup SHIFT+F7

视图。ViewDesigner,视图。ViewMarkup SHIFT + F7

  • Switches between Design and Source views for the current document.
  • 切换当前文档的设计视图和源视图。

Window.MoveToNavigationBar CTRL+F2

窗口。MoveToNavigationBar CTRL + F2

  • Moves focus to the drop-down bar located at the top of the editor when the editor is in Code view or Server Code view.
  • 当编辑器位于代码视图或服务器代码视图中时,将焦点移到编辑器顶部的下拉栏。

Edit.Find CTRL+F

编辑。找到CTRL + F

  • Displays the Find Quick tab of the Find and Replace dialog.
  • 显示查找和替换对话框的快速选项卡。

Edit.GoTo CTRL+G

编辑。GoTo CTRL + G

  • Displays the Go to Line dialog.
  • 显示Go to Line对话框。

Edit.GoToFindCombo CTRL+/

编辑。GoToFindCombo CTRL + /

  • Moves focus to the Find/Command box on the Standard toolbar.
  • 将焦点移到标准工具栏上的“查找/命令”框。

Debugging

Debug.Autos CTRL + D, A

调试。自动CTRL + D, A

  • Displays the Autos window, which displays variables used in the current line of code and the preceding line of code.
  • 显示Autos窗口,该窗口显示当前代码行和前面代码行中使用的变量。

Debug.CallStack CTRL + D, C

调试。调用堆栈CTRL + D, C

  • Displays the Call Stack window, which displays a list of all active methods or stack frames for the current thread of execution.
  • 显示调用堆栈窗口,该窗口显示当前执行线程的所有活动方法或堆栈帧的列表。

Debug.Immediate CTRL + D, I

调试。立即按CTRL + D, I

  • Displays the Immediate window, where expressions can be evaluated.
  • 显示可以计算表达式的即时窗口。

Debug.Locals` CTRL + D, L

调试。当地的CTRL + D, L。

  • Displays the Locals window, which displays the local variables and their values for each method in the current stack frame.
  • 显示局部变量窗口,该窗口显示当前堆栈框架中每个方法的局部变量及其值。

Debug.QuickWatch CTRL + D, Q

调试。快速观察CTRL + D, Q

  • Displays the QuickWatch dialog box that has the current value of the selected expression.
  • 显示具有所选表达式当前值的QuickWatch对话框。

Debug.Start F5

调试。开始F5

  • Launches the application under the debugger based on the settings from the startup project. When in Break mode, invoking this command will run the application until the next breakpoint.
  • 根据启动项目的设置,在调试器下启动应用程序。当处于中断模式时,调用此命令将运行应用程序直到下一个断点。

Debug.Start-WithoutDebugging CTRL + F5

调试。Start-WithoutDebugging CTRL + F5

  • Launches the application without invoking the debugger.
  • 不调用调试器启动应用程序。

Debug.StepInto F11

调试。StepInto季

  • Executes code one statement at a time, following execution into method calls.
  • 每次执行一条语句,然后执行到方法调用。

Debug.Step-IntoSpecific SHIFT + ALT + F11

调试。阶入比移位+ ALT + F11

  • Prompts to select which sub expression to step into, regardless of the tools options setting for skipping properties and operators.
  • 提示选择要进入的子表达式,而不考虑跳过属性和操作符的工具选项设置。

Debug.StepOut SHIFT + F11

调试。失调SHIFT +季

  • Executes the remaining lines of a method in which the current execution point is located.
  • 执行当前执行点所在的方法的其余行。

Debug.StepOver F10

调试。使用F10

  • Executes the next line of code, but does not follow execution through any method calls.
  • 执行下一行代码,但不通过任何方法调用执行。

Debug.Stop-Debugging SHIFT + F5

调试。Stop-Debugging SHIFT + F5

  • Stops running the current application under the debugger.
  • 停止在调试器下运行当前应用程序。

Debug.Toggle-Breakpoint F9

调试。toggle breakpoint F9

  • Sets or removes a breakpoint at the current line.
  • 设置或删除当前行上的断点。

Debug.Watch CTRL + D, W

调试。看CTRL + D, W

  • Displays the Watch window, which displays the values of selected variables or watch expressions.
  • 显示监视窗口,该窗口显示所选变量或监视表达式的值。

Debug.Enable-Breakpoint CTRL + F9

调试。Enable-Breakpoint CTRL + F9

  • Toggles the breakpoint between disabled and enabled.
  • 在禁用和启用之间切换断点。

Make DatatipTransparent [CTRL]

使DatatipTransparent[CTRL]

  • Causes a visible datatip to become transparent.
  • 使可见的数据表变得透明。

Test.RunTestsIn-CurrentContext CTRL + R, T

测试。运行testsin - currentcontext CTRL + R, T

  • Runs the unit test containing the caret.
  • 运行包含插入符号的单元测试。

Test.RunAllTests-InSolution CTRL + R, A

测试。RunAllTests-InSolution CTRL + R A

  • Runs all of the unit tests in the solution.
  • 运行解决方案中的所有单元测试。

Edit.GoToNext-Location F8

编辑。GoToNext-Location F8

  • Moves the caret to the next item, such as a task in the Task List window or a search match in the Find Results window. Subsequent invocations will move to the next item in the list.
  • 将插入符号移动到下一项,例如任务列表窗口中的任务或查找结果窗口中的搜索匹配项。后续调用将移动到列表中的下一个项目。

Edit.Incremental-Search CTRL + I

编辑。增量搜索CTRL +我

  • Activates incremental search. If incremental search is on, but no input is passed, the previous search query is used. If search input has been found, next invocation searches for the next occurrence of the input text.
  • 激活增量搜索。如果正在进行增量搜索,但没有传递输入,则使用前面的搜索查询。如果已找到搜索输入,则下一次调用将搜索输入文本的下一次出现。

Edit.FindNext, Edit.FindPrevious F3 and SHIFT + F3

编辑。FindNext、编辑。找到之前的F3和SHIFT + F3。

  • Searches again for the last search pattern in the direction specified.
  • 再次搜索指定方向上的最后一个搜索模式。

Edit.FindNext-Selected, Edit.FindPrevious-Selected CTRL + F3 and CTRL + SHIFT + F3

编辑。FindNext-Selected、编辑。FindPrevious-Selected CTRL + F3、CTRL + SHIFT + F3

  • Sets the search pattern to the selected text, then search in the direction specified.
  • 将搜索模式设置为所选文本,然后按照指定的方向进行搜索。

View.Forward-BrowseContext CTRL + SHIFT + 7

视图。向前-浏览器文本CTRL + SHIFT + 7

  • Moves to the next item called in code in the current fi le. Uses the Go To Defi nition navigation stack.
  • 移动到当前fi中调用的下一个项目。使用Go To Defi nition导航堆栈。

View.PopBrowse-Context CTRL + SHIFT + 8

视图。PopBrowse-Context CTRL + SHIFT + 8

  • Moves to the previous item called in code in the current file. Uses the Go To Defi nition navigation stack.
  • 移动到当前文件中调用的前一个项目。使用Go To Defi nition导航堆栈。

View.Navigate-Backward CTRL + HYPHEN (-)

视图。导航-反向CTRL +连字符(-)

  • Moves to the previously browsed line of code.
  • 移动到先前浏览过的代码行。

View.Navigate-Forward CTRL + SHIFT + HYPHEN (-)

视图。导航-转发CTRL + SHIFT +连字符(-)

  • Moves to the next browsed line of code.
  • 移动到下一行浏览代码。

Edit.FindInFiles CTRL + SHIFT + F

编辑。FindInFiles并按CTRL + SHIFT + F键

  • Displays the Find in Files tab of the Find and Replace dialog box.
  • 显示“查找和替换”对话框的“查找文件”选项卡。

`Edit.FindSymbol ALT + F12

的编辑。FindSymbol ALT + F12

  • Displays the Find Symbol pane of the Find and Replace dialog box.
  • 显示“查找和替换”对话框的“查找符号”窗格。

`View.ViewCode F7

”的观点。ViewCode F7

  • Displays the selected item in Code view of the editor.
  • 在编辑器的代码视图中显示所选项。

View.ViewDesigner, View.ViewMarkup SHIFT + F7

视图。ViewDesigner,视图。ViewMarkup SHIFT + F7

  • Switches between Design and Source views for the current document. -
  • 切换当前文档的设计和源代码视图之间的切换。- - - - - -

Window.MoveTo-NavigationBar CTRL + F2

窗口。MoveTo-NavigationBar CTRL + F2

  • Moves focus to the drop-down bar located at the top of the editor when the editor is in Code view or Server Code view.
  • 当编辑器位于代码视图或服务器代码视图中时,将焦点移到编辑器顶部的下拉栏。

Edit.Find CTRL + F

编辑。找到CTRL + F

  • Displays the Find Quick tab of the Find and Replace dialog box.
  • 显示“查找和替换”对话框的“查找快速”选项卡。

Edit.GoTo CTRL + G

编辑。GoTo CTRL + G

  • Displays the Go to Line dialog box.
  • 显示Go to Line对话框。

Edit.GoToFind-Combo CTRL + /

编辑。GoToFind-Combo CTRL + /

  • Moves focus to the Find/Command box on the Standard toolbar.
  • 将焦点移到标准工具栏上的“查找/命令”框。

EditorContext-Menus.Code-Window.ViewCall-Hierarchy CTRL + K, T

EditorContext-Menus.Code-Window。视图层次结构CTRL + K, T

  • Brings focus to the Call Hierarchy window using the member at the caret as a top-level node.
  • 使用插入符号中的成员作为*节点,将焦点转移到调用层次结构窗口。

Edit.NextHighlightedReference, Edit.PreviousHighlightedReference CTRL + SHIFT + DOWN ARROW and CTRL + SHIFT + UP ARROW

编辑。NextHighlightedReference、编辑。PreviousHighlightedReference CTRL + SHIFT +向下箭头,CTRL + SHIFT +向上箭头

  • Moves the caret to the next or previous highlighted identifier matching the current one.
  • 将插入符号移动到与当前标识符匹配的下一个或前一个突出显示标识符。

Refactoring

Refactor.EncapsulateField CTRL+R,E

重构。EncapsulateField CTRL + R,E

  • Displays the Encapsulate Field dialog, allowing creation of a property from an existing field, updating all references to use the new property.
  • 显示封装字段对话框,允许从现有字段创建属性,更新所有引用以使用新属性。

Refactor.ExtractInterface CTRL+R,I

重构。ExtractInterface CTRL + R,我

  • Displays the Extract Interface dialog, allowing creation of an interface with members derived from an existing class, struct, or interface.
  • 显示提取接口对话框,允许创建具有来自现有类、结构或接口的成员的接口。

Refactor.ExtractMethod CTRL+R,M

重构。ExtractMethod CTRL + R,M

  • Displays the Extract Method dialog, allowing creation of a new method from the selected code.
  • 显示提取方法对话框,允许从所选代码中创建新方法。

Refactor.RemoveParameters CTRL+R,V

重构。RemoveParameters CTRL + R,V

  • Displays the Remove Parameters dialog, allowing removal of parameters from methods, indexers, or delegates by changing the declaration wherever called.
  • 显示“删除参数”对话框,允许通过更改声明(无论在哪里调用)从方法、索引器或委托中删除参数。

Refactor.Rename CTRL+R,R or F2

重构。重命名CTRL + R,R或F2

  • Displays the Rename dialog, allowing renaming of all references of an identifier.
  • 显示重命名对话框,允许重命名标识符的所有引用。

Refactor.ReorderParameters CTRL+R,O

重构。ReorderParameters CTRL + R,O

  • Displays the Reorder Parameters dialog, allowing the order of parameters to be changed for methods, indexers, and delegates.
  • 显示Reorder Parameters对话框,允许为方法、索引器和委托更改参数的顺序。

Build

Build.BuildSolution F6 or CTRL+SHIFT+B

构建。BuildSolution F6或CTRL + SHIFT + B

  • Builds all projects in the solution
  • 在解决方案中构建所有项目。

Build.BuildSelection SHIFT+F6

构建。BuildSelection SHIFT + F6

  • Builds selected project and dependencies
  • 构建选定的项目和依赖项