user.apps.visualstudio.visual_studio
| panel solution | Press ctrl-alt-l. |
| panel properties | Press f4. |
| panel output | Press alt-shift-q. Press c. |
| panel class | Press ctrl-shift-c. |
| panel errors | Press alt-shift-q. Press l. |
| panel design | Press shift-f7. |
| panel marks | Press ctrl-k ctrl-w. |
| panel breakpoints | Press alt-shift-q. Press b. |
| show settings | Press alt-w p. |
| fullscreen switch | Execute command via vscode command server, if available, or fallback to command palette. |
| wrap switch | Execute command via vscode command server, if available, or fallback to command palette. |
| file hunt [<user.text>] | Press ctrl-shift-r. Insert text at the current cursor position |
| file create | Press ctrl-n. |
| file rename | Press alt-shift-w p enter f2. |
| file reveal | Press alt-shift-w p enter. |
| hint show | Execute command via vscode command server, if available, or fallback to command palette. |
| definition show | Execute command via vscode command server, if available, or fallback to command palette. |
| definition peek | Execute command via vscode command server, if available, or fallback to command palette. |
| references find | Execute command via vscode command server, if available, or fallback to command palette. |
| format that | Execute command via vscode command server, if available, or fallback to command palette. |
| format selection | Execute command via vscode command server, if available, or fallback to command palette. |
| imports fix | Press ctrl-shift-o. |
| refactor field | Press ctrl-r ctrl-e. |
| refactor interface | Press ctrl-r ctrl-i. |
| refactor method | Press ctrl-r ctrl-m. |
| refactor reorder parameters | Press ctrl-r ctrl-o. |
| refactor remove parameters | Press ctrl-r ctrl-v. |
| refactor that | Execute command via vscode command server, if available, or fallback to command palette. |
| (go declaration | follow) | Send a command to Jetbrains product |
| go back | Send a command to Jetbrains product |
| go forward | Send a command to Jetbrains product |
| go implementation | Send a command to Jetbrains product |
| go recent [<user.text>] | Execute command via vscode command server, if available, or fallback to command palette. Insert text at the current cursor position |
| go type [<user.text>] | Press ctrl-1 ctrl-t. Insert text at the current cursor position |
| go member [<user.text>] | Press alt-. Insert text at the current cursor position |
| go usage | Send a command to Jetbrains product |
| go marks | Press alt-end. |
| toggle mark | Send a command to Jetbrains product |
| go next mark | Send a command to Jetbrains product |
| go last mark | Send a command to Jetbrains product |
| fold toggle | Press ctrl-m ctrl-m. |
| fold toggle all | Press ctrl-m ctrl-l. |
| fold definitions | Press ctrl-m ctrl-o. |
| break point | Press ctrl-shift-b. |
| step over | Send a command to Jetbrains product |
| debug step into | Press f5. |
| debug step out [of] | Press f7. |
| debug start | Execute command via vscode command server, if available, or fallback to command palette. |
| debug stopper | Execute command via vscode command server, if available, or fallback to command palette. |
| debug continue | Press f8. |