Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut key in visual studio for cleaning entire solution?

What is the shortcut key in visual studio for cleaning entire solution?

like image 915
malay Avatar asked Jul 09 '09 06:07

malay


People also ask

What is the shortcut for clean code in Visual Studio?

For C# code files, Visual Studio has a Code Cleanup button at the bottom of the editor (keyboard: Ctrl+K, Ctrl+E) to apply code styles from an EditorConfig file or from the Code Style options page.

What is Ctrl K in Visual Studio?

Edit.SelectionCancel. Surround with. Ctrl+K, Ctrl+S. (available only in Visual Studio 2019 and earlier)

What does Ctrl C do in Visual Studio code?

For example, you can use the "Ctrl+C" shortcut to copy text, or the "Ctrl+V" shortcut to paste text. You can also use keyboard shortcuts to navigate through your code, or to format and refactor your code.


1 Answers

I don't think there is one, by default. My VS2008 certainly has no shortcut defined for the menu item.

Go into Tools -> Customize -> Keyboard... and you will be able to give the Build.CleanSolution action whatever shortcut key you wish!

like image 109
Coxy Avatar answered Sep 26 '22 01:09

Coxy