


For a complete list of all default shortcuts (based on the General Development settings), see All keyboard shortcuts.

You can also look up the default keyboard shortcuts for several dozen commands in Popular keyboard shortcuts. Regardless of settings, customization, and context, you can always find and change a keyboard shortcut in the Options dialog box. For example, the F2 shortcut invokes the Edit.EditCell command if you're using the Settings Designer and it invokes the File.Rename command if you're using Team Explorer. Which context you're in when you choose the shortcut. Whether you've customized the shortcut's behavior. (For information about changing or resetting your settings, see Environment settings.) Which default environment settings you choose the first time that you open Visual Studio-for example, General Development or Visual C#. Many shortcuts always invoke the same commands, but the behavior of a shortcut can vary based on the following conditions: This feature comes installed by default with any workload that supports C#, C++, TypeScipt/JavaScript, or XAML in Visual Studio 2022.You can identify keyboard shortcuts for Visual Studio commands, customize those shortcuts, and export them for others to use. When you enable automatic acquisition of team models, you can also seamlessly share your team model with anyone else working in that repository.
#Visual studio shortcuts find code
With this preview feature, you can build a team model for completions to provide recommendations on code that isn’t in the open source domain, such as methods on your own utility classes or domain specific library calls. IntelliCode can provide recommendations based on your code and seamlessly share them across your team. For example, when using std::string within a while-loop, the substr method is surfaced to the top. The context of your code is used to provide the most useful recommendations first. When writing C++, IntelliCode will assist when using popular libraries such as STL. editorconfig file from your codebase to define coding styles and formats. Keep your code consistent easily with Visual Studio IntelliCode, which dynamically creates an. Inferring code style and formatting conventions In addition to statement completion signature help, IntelliCode also makes argument recommendations to help you choose the right argument quickly. Integrate our build task into your pipeline to keep your team completions up to date with repository changes. With this preview feature, you can build a team model to provide recommendations on code that isn’t in the open source domain, such as methods on your own utility classes or domain specific library calls. Signature help also recommends the most likely overload for your context. IntelliCode isn’t limited to statement completion. When combined with the context of your code, the completion list is tailored to promote common practices. IntelliCode recommendations are based on thousands of open source projects on GitHub each with over 100 stars. IntelliCode saves you time by putting what you’re most likely to use at the top of your completion list.
