« Visual Studio 2022 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 5 : | Ligne 5 : | ||
|- | |- | ||
| Ctrl + T || All-In-One Search, look for files, types, and members in your code | | Ctrl + T || All-In-One Search, look for files, types, and members in your code | ||
|- | |- | ||
| Ctrl + J || afficher l'IntelliSense | | Ctrl + J || afficher l'IntelliSense | ||
Ligne 12 : | Ligne 10 : | ||
| Ctrl + Shift + Space || afficher le tooltip des signatures des méthodes | | Ctrl + Shift + Space || afficher le tooltip des signatures des méthodes | ||
|- | |- | ||
| Ctrl + | | Ctrl + D || duplicate current line | ||
|- | |- | ||
| Ctrl + Shift + L || supprimer la ligne courante | | Ctrl + Shift + L || supprimer la ligne courante | ||
|- | |||
| Ctrl + M + O || collapse (Edit → Outlining → Collapse to Definitions) | |||
|} | |} | ||
Version du 21 mars 2023 à 11:00
Shortcuts / Raccourcis clavier
Ctrl + T | All-In-One Search, look for files, types, and members in your code |
Ctrl + J | afficher l'IntelliSense |
Ctrl + Shift + Space | afficher le tooltip des signatures des méthodes |
Ctrl + D | duplicate current line |
Ctrl + Shift + L | supprimer la ligne courante |
Ctrl + M + O | collapse (Edit → Outlining → Collapse to Definitions) |
Debug
Ctrl + F10 | Run to Cursor - Run the code until the cursor. |
Alt + * | Go to the current statement. |
Don't have the list of recently used solutions when right-click on the task bar icon
- Windows settings → Personalization → Start → Show recently opened item in jump lists on start or the taskbar and in file explore quick access = On
Fix high CPU usage by ServiceHub.RoslynCodeAnalysisService.exe
.editorconfig |
[*.cs] dotnet_diagnostic.IDE0001.severity = none dotnet_diagnostic.IDE0002.severity = none dotnet_diagnostic.IDE0049.severity = none |