Outils pour utilisateurs

Outils du site


developpement:outils:ide:visualstudio

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
developpement:outils:ide:visualstudio [2020/02/13 19:42] – créée sgariepydeveloppement:outils:ide:visualstudio [2022/02/02 00:42] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +====== Visual Studio 2017 ======
 +
 +
 +===== Setup =====
 +
 +Quelques configurations pour débuter avec Visual Studio 2017.
 +
 +  - **Tools** -> **Options** -> **Projects and Solutions** -> **Track Active Item in Solution Explorer**
 +
 +
 +
 +
 +
 +====== Visual Studio 2015 ======
 +
 +
 +
 +
 +===== Peut pas utiliser > =====
 +
 +Voir [[https://connect.microsoft.com/VisualStudio/feedback/details/2612034/cannot-type-in-the-greater-than-character|ceci]]
 +
 +
 +
 +
 +====== Visual Studio 2013 ======
 +
 +
 +===== Options =====
 +
 +==== Navigate To ====
 +
 +Pour désactiver le //Preview//, il faut aller dans **Tools** -> **Options** -> **Environment** -> **Tabs and Windows** -> **Preview Tab** -> **Preview selected files in Navigate To**.
 +
 +===== Add-ons =====
 +
 +
 +=== Web Development ===
 +
 +  * Web Essentials 2013
 +
 +
 +====== Visual Studio 2012 ======
 +
 +
 +===== Color themes =====
 +
 +  * {{:prog:ide:resharper-whiteless-son-of-obsidian.vssettings.zip|ReSharper Whiteless Son of Obsidian}}
 +  * {{:prog:ide:son-of-obsidian.vssettings.zip|Son of Obsidian}}
 +
 +
 +====== Visual Studio 2010 ======
 +
 +Notes concernant Visual Studio 2010.
 +
 +===== Themes =====
 +
 +  * [[http://visualstudiogallery.msdn.microsoft.com/20cd93a2-c435-4d00-a797-499f16402378/|Visual Studio Color Theme Editor]]
 +  * [[http://www.nerdpad.com/visual-studio/visual-studio-2010-dark-expression-blend-color-theme|A very lazy but meticulous blogger
 +Visual Studio 2010 Dark Expression Blend Color Theme]]
 +  * {{:prog:ide:expression_colorscheme.zip|}}
 +
 +
 +===== Outils de productivité =====
 +
 +  * [[http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/|Productivity Power Tools]]
 +  * [[http://www.devart.com/codecompare/download.html|Code Compare]]
 +  * WinMerge
 +  * [[http://perspectives.codeplex.com/|Perspectives]] (compatible avec VS2012)
 +  * [[http://visualstudiogallery.msdn.microsoft.com/3f65dee8-5a44-4771-929b-26531c482fbf|Find Changeset by Comment]]
 +  * [[http://visualstudiogallery.msdn.microsoft.com/080540cb-e35f-4651-b71c-86c73e4a633d|TFS Auto Shelve]]
 +
 +==== Code Compare ====
 +
 +  * Fichier exécutable par défaut : ''C:\Program Files\Devart\Code Compare\CodeCompare.exe''.
 +  * Arguments //Compare// : ''/SC=TFS /W /T1=%6 /T2=%7 %1 %2''.
 +  * Arguments //Merge// : ''/TF=%1 /MF=%2 /RF=%4 /BF=%3 /TT=%6 /MT=%7 /SC=TFS''.
 +
 +''C:\Program Files\Devart\Code Compare\CodeMerge.exe''
 +
 +==== WinMerge ====
 +  * Compare : ''winmergeU.exe'' et ''/e /x /s /wl /dl %6 /dr %7 %1 %2''.
 +  * Merge : ''winmergeU.exe'' et ''/e /s /x /ub /dl %6 /dr %7 %1 %2 %4''.
 +
 +==== SourceGear DiffMerge ====
 +  * Compare : ''sgdm.exe'' et ''/t1=%6 /t2=%7 %1 %2''.
 +  * Merge : ''sgdm.exe'' et ''/m /r=%4 /t1=%7 /t2=%8 /t3=%6 /c=%9 %2 %3 %1''.
 +
 +==== Debug ====
 +
 +Exemple de code pour faire des Dump d'objets dans ''C:\Program Files (x86)\Microsoft Visual Studio 10.0\Samples\1033\CSharpSamples.zip\LinqSamples\ObjectDumper''.
 +
 +  * {{:prog:ide:objectdumper.zip|}}
 +
 +
 +==== Personnalisation ====
 +
 +=== Changer l'éditeur des changesets TFS ===
 +
 +  - Run: Regedit (alt + r, type regedit)
 +  - Look for **HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations**
 +  - Right click **SystemFileAssociation** -> add new key then name it as **.cs**
 +  - Right click **.cs** and add new key then name it as **shell**
 +  - Right click **shell** and add new keys name it as **edit** and **open**
 +  - Right click **edit** and add new key command then change the default value to point to the file exe you want it to run. ex: ''C:\Program Files (x86)\Notepad++\notepad++.exe %1''.
 +    * Don't forget to add the %1 at the end of the .exe
 +  - Do the same for **open**
 +  - Just change the open and edit default value to the executable you want to run it with but don't forget to have the ''%1'' as that will be the parameter given by tfs I assume.
 +
 +[[http://stackoverflow.com/questions/3154798/how-to-change-default-program-notepad-which-opens-a-selected-file-when-viewing|Source]]
 +
 +
 +===== PHP Syntax dans Visual Studio =====
 +
 +Utilise [[http://www.devsense.com/products/php-tools|PHP Tools]].
 +
 +{{:prog:ide:php_syntax_coloring_indications.png?400|}}
 +
 +Télécharger le {{:prog:ide:php_darktheme_sg.zip|Dark Theme de PHP pour VS2010}}.
 +
 +
 +
 +
 ====== Visual Studio 2008 ====== ====== Visual Studio 2008 ======
  
developpement/outils/ide/visualstudio.1581619363.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)