« Visual Studio Extensions » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
[[Category:VisualStudio]] | [[Category:VisualStudio]] | ||
= [https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaidVS2022 CodeMaid] = | = [https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaidVS2022 CodeMaid] = | ||
= [https://marketplace.visualstudio.com/items?itemName=MadsKristensen.EditorConfig EditorConfig] = | |||
= [https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2022 SonarLint] = | = [https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2022 SonarLint] = |
Version du 25 novembre 2023 à 13:19
CodeMaid
EditorConfig
SonarLint
SwitchStartupProject
Allow to configure and start predefined group of projects.
{ "Version": 3, "ListAllProjects": false, "MultiProjectConfigurations": { "GroupA": { "Projects": { "ProjectA": {}, "ProjectB": {} } }, "GroupB": { "Projects": { "ProjectB": {} } } } } |
Visual Studio Spell Checker
OLD
Décompilateurs
- ILSpy
- .NET Reflector Visual Studio Extension
GhostDoc
Permet la génération de commentaires xml en un clic.
GitHub for Visual Studio
Productivity Power Tools 2022
Align Assignments | adds a command to align assignments |
Double-Click Maximize | double-click window headers to maximize and dock them |
Copy As Html | adds support to copy the selected editor text to clipboard in HTML format |
Fix Mixed Tabs | detects when you have mixed tabs and spaces and offers to fix them for you automatically |
Match Margin | draws markers in the scroll bar and highlights text in the editor for matches of the word under the caret |
Middle Click Scroll | enables scrolling in the editor pane using the middle-click mouse button |
Peek Help | adds a command to show F1 Help inline in the editor. By default the command is bound to Alt+F1 |
Shrink Empty Lines | shrinks lines that contain neither text nor numbers so that more lines can be displayed in the editor |
Solution Error Visualizer | highlights errors and warnings in the Solution Explorer. Also allows Solution Explorer to be filtered by error type. |
Time Stamp Margin | adds a time stamp margin to the debug output window |
XAML Styler
Tools → Options → XAML Styler
Attribute tolerance | 1 | nombre max d'attributs sur une ligne |
Keep first attribute on the same line | True | premier attribut sur la même ligne que sa balise |
Enable attribute reordering | False | |
Order attributes by name | False | |
Comment padding | 1 |