Posts

VSProjectSC

 Shift+ Alt + Enter - To Open Code in max view Shift + Cntrl + L - To open solution explorer

AddKeyBoardShortcutsInVSC

Image
 // Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+s", "command": "workbench.action.files.saveAll" }, { "key": "ctrl+shift+u", "command": "editor.action.transformToUppercase", "when": "editorTextFocus" }, { "key": "ctrl+shift+l", "command": "editor.action.transformToLowercase", "when": "editorTextFocus" } ]

ExcelShortCuts

 1.Cntrl + '-' -To remove column  2 .Cntrl + '+' -To add column 3.Shift + Cursor - To Select 4.Cntrl + Shift + L - Column Search To Convert DB Total data to ExcelSheet press 'Cntrl + A' in SqlDB & Copy with Headers press 'Cntrl + V' in Excel

MSSQlShortcuts

 1.Cntrl + N - NewQuery 2.F5/Alt + X - ExecuteQuery

VisualStudioCodeShortcuts

 1.To select particular word in by line by line - Select word + Cntrl + D + D .....  2.To Point Cursor line by line - Cntrl + Alt + down arrow/up arrow 3. To Duplicate a line Shift + Alt + Down Arrow  6.To Searc Particular Component Cntrl + P 7.To Move Particular line Up/Down Select line + Alt + Up/Down Cursor 8.To Select Line Cntrl + L 9.For Multiple Cursors Alt + Click 10.To Navigate to a Particular Line Cntrl + P => : <LineNumber> 11.To Select Same Word in the Page  Select Word + Cntrl + Shift + L NewLine Above/Below: From Present Line Start/End Point To Create New Line Below Cntrl + Enter  From Present Line Start/End Point To Create New Line Above Cntrl + Shift +  Enter  Cntrl + B - To Close SideBar Shift + Alt + F - Format Cntrl + ,  - Settings Cntrl + '+' - ZoomIn Cntrl + '-' - ZoomOut

VisualStudioShortcuts

 1.To select particular word in by line by line - Select word + Cntrl + D + D .....  2.To Point Cursor line by line - Cntrl + Alt + down arrow/up arrow 3. To Duplicate a line Cntrl + D  3. To Remove a line Cntrl + L 6.To Select Same  Shift +Alt + Arrows Cntrl + '-'  - To Move back from present cursor position  Cntrl + Shift + '-' - To Move forward from present position  **To Create Class or Interface Select Particular Folder Shift + Cntrl + A * To Add QuikWatch(see data) while running program Cntrl + Alt + Q  or Shift + F9    1.To Select Same Text Next Shift + Alt + . 1.To Remove Last Selected Text  Shift + Alt + , 1.To Select All Same Text  Shift + Alt + ; 1.To Skip Matching Occurence Shift + Alt + / 1.Multiple Cursors Cntrl + Alt + Click Regions: Cntrl + M + O - To Close All Methods Cntrl + M + M - To Close/Open Particular Method Cntrl + M + L - To Close/Open Total NameSpace Debugging: F12 - Definetion/Interface Cntrl + F12 -...