« Visual Studio 2022 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 1 : | Ligne 1 : | ||
[[Category:VisualStudio]] | [[Category:VisualStudio]] | ||
= [https://learn.microsoft.com/en-us/visualstudio/ide/default-keyboard-shortcuts-in-visual-studio?view=vs-2022 Shortcuts / Raccourcis clavier] = | |||
* [[Resharper#Raccourcis|Resharper]] | |||
{| class="wikitable wtp wtmono1" | |||
|- | |||
| Ctrl + M + O || collapse (Edit → Outlining → Collapse to Definitions) | |||
|- | |||
| Ctrl + J || afficher l'IntelliSense | |||
|- | |||
| Ctrl + Shift + Space || afficher le tooltip des signatures des méthodes | |||
|- | |||
| Ctrl + L<br>Shift + Delete || couper la ligne courante | |||
|- | |||
| Ctrl + Shift + L || supprimer la ligne courante | |||
|} | |||
== Debug == | |||
{| class="wikitable wtp wtmono1" | |||
|- | |||
| Ctrl + F10 || Run to Cursor - Run the code until the cursor. | |||
|- | |||
| Alt + * || Go to the current statement. | |||
|} | |||
= [https://developercommunity.visualstudio.com/t/most-recently-used-solutions-not-listed-when-right/1574617 Don't have the list of recently used solutions when right-click on the task bar icon] = | = [https://developercommunity.visualstudio.com/t/most-recently-used-solutions-not-listed-when-right/1574617 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 | # Windows settings → Personalization → Start → Show recently opened item in jump lists on start or the taskbar and in file explore quick access = On |
Version du 21 mars 2023 à 10:53
Shortcuts / Raccourcis clavier
Ctrl + M + O | collapse (Edit → Outlining → Collapse to Definitions) |
Ctrl + J | afficher l'IntelliSense |
Ctrl + Shift + Space | afficher le tooltip des signatures des méthodes |
Ctrl + L Shift + Delete |
couper la ligne courante |
Ctrl + Shift + L | supprimer la ligne courante |
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 |