
Moves to the next task in the TaskList window Switches focus to the Find/Command box on the Standard toolbar Opens the file whose name is under the cursor or is currently selected Moves the cursor to the previous item, for example in the TaskList window or Find Results windowįinds a reference to the selected item or the item under the cursor Moves the cursor to the next item, for example in the Switches from the code view to the design view in the editor Switches from the design view to the code view in the editor Opens smart tag and resolves a wide array of suggested code refactoringsĬloses a menu or dialog, cancels an operation in progress, or places focus in theįiles in the current project (usually the file that is being edited) Items on the clipboard by pressing the shortcut keys repeatedly Pastes an item from the clipboard ring tab of the Toolbox at the cursor in the fileĪnd automatically selects the pasted item. Pastes the item in the clipboard at the cursor (with selection in clipboard), or at the next line (with line in clipboard). Without selection it copies the entire line to the clipboard.

Without selection it cuts the entire line to the clipboard.Ĭopies the currently selected item to the clipboard. ĭotnet_analyzer_ = noneįor more information, see How to suppress code analysis warnings.Cuts the currently selected item to the clipboard. To disable the rule for a file, folder, or project, set its severity to none in the configuration file. The code that's violating the rule is on this line. If you want to suppress only a single violation, add preprocessor directives to your source file to disable and then re-enable the rule. For all possible severity values, see severity level.įor more information about configuring options, see Option format. The severity value must be warning or error to be enforced on build. To set the severity of a formatting rule violation, add the following setting to a configuration file. When you set the severity of code-style rule IDE0055, it applies to all the formatting options. The EditorConfig names for these options start with the csharp_ prefix. Options that are specific to the C# language. The EditorConfig names for these options start with the dotnet_ prefix. Options that apply to both C# and Visual Basic. The options fall into the following categories and are documented on separate pages: These formatting options affect how indentation, spaces, and new lines are aligned around.


All formatting options have rule ID IDE0055 and title Fix formatting.
