This post has been republished via RSS; it originally appeared at: Channel 9.
Today we've got two hot extensions from Justin Clareburt, two extensions that will help you save time and effort...
Hot Keys - Keyboard Shortcuts
HotKeys - Keyboard mapping scheme pack
Provides the following new keyboard mapping schemes:
- Visual C# 2015 (New!)
- IntelliJ (IDEA style) for C#
- ReSharper (IDEA style) for C#
- ReSharper (VS style) for C#
Brings to life all your favorite shortcuts from other editting tools.
Choose your new keyboard mapping scheme from Tools->Options; Environment->Keyboard
Hot Commands for Visual Studio
HotCommands for Visual Studio provides the following commands:
Command Notes Default Shortcut Edit.ToggleComment Comments or Uncomments selected text or lines,
or if no selection, Comments/Uncomments the current line then moves cursor down one line.Ctrl+/ Edit.DuplicateSelection
Edit.DuplicateSelectionReversedDuplicates the currently selected text, or the current line if no selection.
Reversed: Same as Duplicate Code, but places the new code before the current selection (or line).Ctrl+D
Ctrl+Shift+DEdit.FormatCode Formats the selected text, or the whole document if no selection. Ctrl+Alt+F Edit.IncreaseSelection
Edit.DecreaseSelectionExpands/Shrinks the current text selection by one level (ie. next largest/smallest code block level) Ctrl+W
Ctrl+Shift+WEdit.GoToPreviousMember
Edit.GoToNextMemberNavigates to the previous/next member (ie. Method, Class, Field, Property) Ctrl+Alt+UpArrow
Ctrl+Alt+DownArrowEdit.MoveMemberUp
Edit.MoveMemberDownMoves the current member above(/below) the previous(/next) member Ctrl+Shift+Alt+UpArrow
Ctrl+Shift+Alt+DownArrowRefactoring Suggestions/Helpers
Feature Code Refactoring Provider Notes Initialize Field From Constructor InitializeFieldFromConstructor Inserts variable as parameter to constructor and initializes it Extract Class or Namespace ExtractClassToAFile Extracts the selected class (or namespace) into a separate file Change class modifier ChangeModifier Change class modifier to public, protected, internal, private, or protected internal
...
The are both open source too... :)
Follow @CH9
Follow @coding4fun
Follow @gduncan411
