Microsoft® Visual C#® Default Key Bindings
2 pages
English

Microsoft® Visual C#® Default Key Bindings

Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres
2 pages
English
Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres

Description

Liste des raccourcis c# Visual Studio 2011

Sujets

Informations

Publié par
Publié le 03 novembre 2011
Nombre de lectures 218
Langue English

Extrait

uickInfo CTRL + K, I Displays the complete declaration view of the editor.for the specified identifier in your Edit.SurroundWith CTRL + K, Ser. code in a Quick Info tooltip. View.ViewDesigner, SHIFT + F7 Switches between Design and The select View.ViewMarkup Source views for the current wrapped around the selected text. Edit.ParameterInfo CTRL + SHIFT + Displays the name, number, and document SPACEBAR or type of parameters required for the Edit.InvokeSnippet- TAB Inserts the expanded code snippet CTRL K, P specified method. Window.MoveTo- CTRL + F2 Moves focus to the drop-down bar FromShortcut from the shortcut name. NavigationBar located at the top of the editor Make Completion CTRL Causes a visible completion list to when the editor is in Code view or Edit.Cycle- CTRL + SHIFT + V Pastes text from the Clipboard ring List Transparent become transparent. Server Code view.ClipboardRing to the caret location in the file. Subsequent use of the shortcut key Edit.Find CTRL + F Displays the Find Quick tab of the iterates through the items in the Find and Replace dialog box.NavigationClipboard ring. Edit.GoTo CTRL + G Displays the Go to Line dialog box.Edit.NavigateTo CTRL + COMMA (,) Displays the NavigateTo window, Edit.Replace CTRL + H Displays the replace options in the which allows quick navigation to Quick Replace tab of the Find and Edit.GoToFind- CTRL + / Moves focus to the Find/Command files, types, and members. The word Replace dialog box. Combo box on the Standard toolbar.at the caret seeds the search. Edit.ReplaceInFiles CTRL + SHIFT + H Displays the replace options on the EditorContext- CTRL + K, T Brings focus to the Call Hierarchy Edit.FindAll- SHIFT + F12 or Displays a list of all references for Replace in Files tab of the Find Menus.Code- window using the member at the References CTRL + K, R the symbol selected.and Replace dialog box. Window.ViewCall- caret as a top-level node. HierarchyEdit.GoToBrace CTRL + ] Moves the caret location to the View.Show- CTRL + PERIOD (.) Displays the available options on matching brace in the source file.SmartTag or SHIFT + ALT + the Smart Tag menu. Edit.NextHighlight- CTRL + SHIFT + Moves the caret to the next or F10 edReference, DOWN ARROW previous highlighted identifier Edit.GoToDefinition F12 Navigates to the declaration for the Edit.PreviousHigh- and CTRL + SHIFT matching the current one.selected symbol in code. lightedReference + UP ARROW Window RefactoringDebugging View.ClassView CTRL + W, C Displays the Class View window. CodeRush Xpress is a free plug-in from Developer Express Debug.Autos CTRL+D, A Displays the Autos window, which Inc., in partnership with Microsoft. CodeRush Xpress displays variables used in the current line View.Code- CTRL + W, DCode Definition supports more than 50 refactoring features. See www.of code and the preceding line of code.DefinitionWindow window. devexpress.com/Products/Visual_Studio_Add-in/ Debug.CallStack CTRL+D, C Displays the Call Stack window, CodeRushX/ for more information.View.ErrorList CTRL + W, E Displays the Error List window. which displays a list of all active Refactor.- CTRL + R, E Displays the Encapsulate Field View.ObjectBrowser CTRL + W, JObject Browser. methods or stack frames for the EncapsulateField dialog box, which allows creation current thread of execution. View.Output CTRL + W, O Displays the Output window, where of a property from an existing field status messages can be viewed at and updates all references to use Debug.Immediate CTRL+D, I Displays the Immediate window, run time. the new property.where expressions can be evaluated. View.Properties- CTRL + W, P Displays the Properties window, Refactor.Extract- CTRL + R, I Displays the Extract Interface Debug.Locals CTRL+D, L Displays the Locals window, which Window which lists the design-time Interface dialog box, which allows creation displays the local variables and their properties and events for the of a new interface with members values for each method in the currently selected item. derived from an existing class, current stack frame. struct, or interface. View.Solution- CTRL + W, S Displays Solution Explorer, which Debug.QuickWatch CTRL+D, Q Displays the QuickWatch dialog Explorer lists the projects and files in the Refactor.Extract- CTRL + R, M Displays the Extract Method dialog box that has the current value of current solution. Method box, which allows creation of a new the selected expression. method from the selected code. View.TaskList CTRL + W, T Displays the Task List window, Debug.Start F5 Launches the application under the which displays custom tasks, Refactor.Remove- CTRL + R, V Displays the Remove Parameters debugger based on the settings from comments, shortcuts, warnings, and Parameters dialog box, which allows removal of the startup project. When in Break error messages. parameters from methods, indexers, mode, invoking this command will run or delegates by changing the View.Toolbox CTRL + W, X Displays the Toolbox, which the application until the next breakpoint. declaration at any locations where contains controls that can be the member is called.Debug.Start- CTRL+F5 Launches the application without included or used with your code. WithoutDebugging invoking the debugger. Refactor.Rename CTRL + R, R or F2 Displays the Rename dialog View.ServerExplorer CTRL + W, L Displays Server Explorer, which lets box, which allows renaming all you view and manipulate database Debug.StepInto F11 Executes code one statement at a references for an identifier.servers, event logs, message queues, time, following execution into method calls.Web services, and other operating Refactor.Reorder- CTRL + R, O Displays the Reorder Parameters system services. Parameters dialog box, which allows changes Debug.Step- SHIFT+ALT+F11 Prompts to select which sub to the order of the parameters for Window.CloseTool- SHIFT + ESC Closes the current tool window. IntoSpecific expression to step into, regardless methods, indexers, and delegates. of the tools options setting for skipping properties and operators. Refactor! CTRL + Invokes available Developer Express Data.ShowData- SHIFT + ALT + D Displays the Data Sources window. BACKQUOTE (`) Inc. refactorings when it is installed. Sources Debug.StepOut SHIFT+F11 Executes the remaining lines of a method in which the current Window.Close- CTRL + F4 Closes the current tab. execution point is located.DocumentWindow Build Debug.StepOver F10 Executes the next line of code, but Window.NextDocu- CTRL + TAB Displays the IDE Navigator, with Build.BuildSolution F6 or Builds all the projects in does not follow execution through mentWindowNav the first document window selected. CTRL+SHIFT+B the solution. any method calls. View.CallHierarchy CTRL + W, K Displays the Call Hierarchy Build.BuildSelection SHIFT+F6 Builds the selected project Debug.Stop- SHIFT+F5 Stops running the current window, which lists callers and and its dependencies. callees for a given member. Debugging application under the debugger. View.ZoomIn, CTRL + SHIFT + Increases (>) or decreases (<) the Debug.Toggle- F9 Sets or removes a breakpoint at the Note: You can choose to use these key bindings from the Visual View.ZoomOut PERIOD (.) and size of contents in the editor. Breakpoint current line. C# Development Settings. To change these settings, go to Tools CTRL + SHIFT + Debug.Watch CTRL+D, W Displays the Watch window, which COMMA (,) | Import and Export Settings... and select Reset All Settings. displays the values of selected Then select Visual C# Development Settings. You could also variables or watch expressions. import only the key bindings by selecting Import Selected Debug.Enable- CTRL+F9 Toggles the breakpoint between Environment Settings instead of Reset All Settings. To Breakpoint disabled and enabled. customize individual key bindings, go to Tools | Options | Environment | Keyboard.Make Datatip [CTRL] Causes a visible datatip to become Transparent transparent. Test.RunTestsIn- CTRL+R, T Runs the unit test containing CurrentContext the caret. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Test.RunAllTests- CTRL+R, A Runs all of the unit tests in IntelliSense, Visual C#, Visual Studio, and the Visual Studio InSolution the solution. logos are trademarks of the Microsoft group of companies. All other trademarks are the property of their respective owners.
  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents