Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to stop this?
Message
De
28/02/2018 03:24:56
 
Information générale
Forum:
Visual Studio
Catégorie:
Éditeur de texte
Versions des environnements
Visual Studio:
Visual Studio 2013
Divers
Thread ID:
01658453
Message ID:
01658485
Vues:
59
>Really hate when I close curly brackets or semicolons and all spaces I added to make my code more readable disappears.
>How to stop this?
>I don't want to remove all autoformating, just try to stop this:
>
>bool something = (Test1          ? false : (linecheck1     != linecheck2)
>                  SomeLongerTest ? false : (linecheckLong1 != linecheckLong2));
>
>to bacame this:
>
>bool something = (Test1 ? false : (linecheck1!= linecheck2)
>                  SomeLongerTest ? false : (linecheckLong1 != linecheckLong2));
>
>
>TIA

Don't know what version of VS you are using. In 2017 under Tools/Options/Text Editor/C#/Code Style/Formatting/Spacing (phew) there's a 'Ignore spaces in declaration statements' which might be a step in the right direction....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform