Archive

Posts Tagged ‘Visual Studio’

Reformat Code in Visual Studio

May 27th, 2009 No comments

The Feature to automatically reformat the Code in Visual Studio is quite nice. But I always forget the combination for it so here they are:

Reformat only the selected Code (keeps Breakpoints):

  1. Select the Code you want to reformat
  2. Press Ctrl-K
  3. Press Ctrl-F

Reformat the Code in the active File (keeps Breakpoints):

  1. Press Ctrl-K
  2. Press Ctrl-D

Reformat the Code in the active File (looses Breakpoints):

  1. Press Ctrl-A (Select All)
  2. Press Ctrl-X (Cut)
  3. Press Ctrl-V (Paste)
Ad

Custom Diff/Merge Tools in Team Foundation

May 19th, 2009 1 comment

The default Diff/Merge Tool from Team Foundation is everything else than sophisticated… But who cares, it’s pretty easy to use your favorite Tools for Diffing and Merging. Read more…

Ad
Categories: Tools Tags: , , , ,