December 12, 2016 Today we’ve got two hot extensions from Justin Clareburt, two extensions that will help you save time and effort…Hot Keys – Keyboard ShortcutsHotKeys – Keyboard mapping scheme packProvides 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[Click through to download it]Hot Commands for Visual StudioHotCommands for Visual Studio provides the following commands:CommandNotesDefault ShortcutEdit.ToggleCommentComments or Uncomments selected text or lines,or if no selection, Comments/Uncomments the current line then moves cursor down one line.Ctrl+/Edit.DuplicateSelectionEdit.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+DCtrl+Shift+DEdit.FormatCodeFormats the selected text, or the whole document if no selection.Ctrl+Alt+FEdit.IncreaseSelectionEdit.DecreaseSelectionExpands/Shrinks the current text selection by one level (ie. next largest/smallest code block level)Ctrl+WCtrl+Shift+WEdit.GoToPreviousMemberEdit.GoToNextMemberNavigates to the previous/next member (ie. Method, Class, Field, Property)Ctrl+Alt+UpArrowCtrl+Alt+DownArrowEdit.MoveMemberUpEdit.MoveMemberDownMoves the current member above(/below) the previous(/next) memberCtrl+Shift+Alt+UpArrowCtrl+Shift+Alt+DownArrowRefactoring Suggestions/HelpersFeatureCode Refactoring ProviderNotesInitialize Field From ConstructorInitializeFieldFromConstructorInserts variable as parameter to constructor and initializes itExtract Class or NamespaceExtractClassToAFileExtracts the selected class (or namespace) into a separate fileChange class modifierChangeModifierChange class modifier to public, protected, internal, private, or protected internal…[Click through to download it]The are both open source too… 🙂Follow @CH9 Follow @coding4fun Follow @gduncan411 Source link