Outils pour utilisateurs

Outils du site


developpement:outils:ide:visualstudio2010

Ceci est une ancienne révision du document !


Visual Studio 2010

Notes concernant Visual Studio 2010.

Themes

Outils de productivité

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.

Personnalisation

Changer l'éditeur des changesets TFS

  1. Run: Regedit (alt + r, type regedit)
  2. Look for HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations
  3. Right click SystemFileAssociation → add new key then name it as .cs
  4. Right click .cs and add new key then name it as shell
  5. Right click shell and add new keys name it as edit and open
  6. 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
  7. Do the same for open
  8. 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.

Source

PHP Syntax dans Visual Studio

Utilise PHP Tools.

Télécharger le Dark Theme de PHP pour VS2010.

developpement/outils/ide/visualstudio2010.1438386138.txt.gz · Dernière modification : 2022/02/02 00:43 (modification externe)