0% found this document useful (0 votes)
48 views1 page

ReSharper DefaultKeymap VSscheme

This document provides a summary of default keyboard shortcuts in the Visual Studio code editor. It lists shortcuts for common coding tasks like code completion, navigation, refactoring, debugging tests, and more. Many shortcuts involve using Ctrl or Ctrl+Alt combinations with other keys to quickly access code editing and analysis features within Visual Studio.

Uploaded by

itskashif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views1 page

ReSharper DefaultKeymap VSscheme

This document provides a summary of default keyboard shortcuts in the Visual Studio code editor. It lists shortcuts for common coding tasks like code completion, navigation, refactoring, debugging tests, and more. Many shortcuts involve using Ctrl or Ctrl+Alt combinations with other keys to quickly access code editing and analysis features within Visual Studio.

Uploaded by

itskashif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DEFAULT KEYMAP Visual Studio scheme

Create Explore Improve

Symbol code completion Ctrl + Space Go to everything Ctrl + T Show available quick-fixes
and context actions Alt + Enter
Smart code completion Ctrl +Alt + Space Go to type Ctrl + T (second hit)

Import symbol completion Shift + Alt + Space Go to symbol Shift + Alt + T Inspect this Ctrl + Shift + Alt + A

Complete statement Ctrl + Shift + Enter Go to word Ctrl + T + T + T Inspection Results window Ctrl + Alt + V

Parameter info Ctrl + Shift + Space Go to file Ctrl + Shift + T View type hierarchy Ctrl + E, H

Go to previous signature Go to file member Alt + \ Go to next highlight


(in parameter info) Ctrl + Shift + Alt + Space (error, warning or suggestion) Alt + PgDn

Quick documentation Ctrl + Shift + F1 Find usages Shift + F12 Go to previous highlight
(error, warning or suggestion) Alt + PgUp
Find usages (advanced) Ctrl + Shift + Alt + F12
Move code up/down/left/right Ctrl + Shift + Alt + / / / Go to next error Shift + Alt + PgDn
Find Results window Ctrl + Alt + F12
Extend selection Ctrl + Alt Go to previous error Shift + Alt + PgUp
Highlight usages in file Shift + Alt + F11
Shrink selection Ctrl + Alt +
Go to previous usage Ctrl + Alt + PgUp Refactor this Ctrl + Shift + R
Duplicate a line or selection Ctrl + D
Go to next usage Ctrl + Alt + PgDn Rename Ctrl + R, R
Select containing declaration Ctrl + Shift + [
Analyze References window Ctrl + Alt + Y Move type or static member Ctrl + R, O
Comment/uncomment line Ctrl + Alt + /
Safe delete Ctrl + R, D or Alt + Del
Comment/uncomment block Ctrl + Shift + /
Navigate to Alt + ` Extract method Ctrl + R, M
Go to declaration F12 Introduce variable Ctrl + R, V
Generate code (constructors, properties,
implementing/overriding members, etc) Alt + Ins Go to type of symbol Ctrl + Shift + F11 Introduce field Ctrl + R, F
Insert live template Ctrl + E, L Go to implementation Ctrl + F12 Introduce parameter Ctrl + R, P
Surround with template Ctrl + E, U Go to base symbols Alt + Home Inline Ctrl + R, I
Create file from template Alt+Ins in Solution Explorer Go to derived symbols Alt + End Change signature Ctrl + R, S
or Ctrl + Alt + Ins
Go to usage Shift + Alt + F12
Code cleanup Ctrl + E, C
Go to last edit location Ctrl + Shift + Backspace
Apply code style Ctrl + Alt + S
View recent files Ctrl + , File structure Ctrl + Alt + F
Reformat code Ctrl + Alt + Enter
View recent edits Ctrl + Shift + , Go to next member/tag Alt +

Go to related files Ctrl + Alt + F7 Go to previous member/tag Alt + Run unit tests Ctrl + U, R

View bookmarks Ctrl + ` Go to containing declaration Ctrl + [ Debug unit tests Ctrl + U, D

Go to bookmark Ctrl + [numeric key] To-do items Ctrl + Alt + D Run all tests from solution Ctrl + U, L

Set/remove bookmark Ctrl + Shift + [numeric key] Explore stack trace Ctrl + E, T Run current session Ctrl + U, Y

Locate in Solution Explorer Shift + Alt + L Repeat previous run Ctrl + U, U

Structural navigation Tab/Shift + Tab Unit Test Explorer Ctrl + Alt + U

www.jetbrains.com/resharper Unit Test Sessions Ctrl + Alt + T

You might also like