{"id":1364,"date":"2023-12-30T13:07:35","date_gmt":"2023-12-30T07:37:35","guid":{"rendered":"https:\/\/www.chandansharma.co.in\/blog\/?p=1364"},"modified":"2023-12-31T13:13:18","modified_gmt":"2023-12-31T07:43:18","slug":"visual-studio-code-keyboard-shortcuts","status":"publish","type":"post","link":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/","title":{"rendered":"Visual Studio Code Keyboard Shortcuts"},"content":{"rendered":"\n<p>Developed by Microsoft, Visual Studio Code stands as a testament to innovation in code editing. Embrace a code editor crafted with precision, packed with features that simplify coding tasks and enhance overall development productivity.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\">Keyboard Shortcuts for Windows:<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">General Commands:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Commands<\/th><th>Uses For<\/th><\/tr><\/thead><tbody><tr><td> Ctrl+Shift+P, F1<\/td><td> Show Command Palette<\/td><\/tr><tr><td> Ctrl+P <\/td><td> Quick Open, Go to File\u2026 <\/td><\/tr><tr><td> Ctrl+Shift+N <\/td><td> New window\/instance <\/td><\/tr><tr><td> Ctrl+Shift+W <\/td><td> Close window\/instance <\/td><\/tr><tr><td> Ctrl+, <\/td><td> User Settings <\/td><\/tr><tr><td> Ctrl+K Ctrl+S <\/td><td> Keyboard Shortcuts <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Basic Editing Commands:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">Commands<\/th><th class=\"has-text-align-left\" data-align=\"left\">Uses for<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+X <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Cut line (empty selection) <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+C <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Copy line (empty selection) <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Alt+ \u2191 \/ \u2193 <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Move line up\/down <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Shift+Alt + \u2193 \/ \u2191 <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Copy line up\/down <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Shift+K <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Delete line <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Enter <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Insert line below <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Shift+Enter <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Insert line above <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Shift+\\ <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Jump to matching bracket <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+] \/ [ <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Indent\/outdent line <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Home \/ End <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Go to beginning\/end of line <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Home <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Go to beginning of file <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+End <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Go to end of file <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+\u2191 \/ \u2193 <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Scroll line up\/down <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Alt+PgUp \/ PgDn <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Scroll page up\/down <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Shift+[ <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Fold (collapse) region <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+Shift+] <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Unfold (uncollapse) region <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+K Ctrl+[  <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Fold (collapse) all subregions <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+K Ctrl+] <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Unfold (uncollapse) all subregions <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+K Ctrl+0 <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Fold (collapse) all regions <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+K Ctrl+J <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Unfold (uncollapse) all regions <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+K Ctrl+C <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Add line comment <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+K Ctrl+U <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Remove line comment <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Ctrl+\/ <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Toggle line comment <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Shift+Alt+A <\/td><td class=\"has-text-align-left\" data-align=\"left\"> Toggle block comment <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> Alt+Z<\/td><td class=\"has-text-align-left\" data-align=\"left\"> Toggle word wrap<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Navigation:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Commands<\/th><th>Uses For<\/th><\/tr><\/thead><tbody><tr><td> Ctrl+T <\/td><td> Show all Symbols <\/td><\/tr><tr><td> Ctrl+G <\/td><td> Go to Line\u2026 <\/td><\/tr><tr><td> Ctrl+P <\/td><td> Go to File\u2026 <\/td><\/tr><tr><td> Ctrl+Shift+O <\/td><td> Go to Symbol\u2026 <\/td><\/tr><tr><td> Ctrl+Shift+M <\/td><td> Show Problems panel <\/td><\/tr><tr><td> F8 <\/td><td> Go to next error or warning <\/td><\/tr><tr><td> Shift+F8 <\/td><td> Go to previous error or warning <\/td><\/tr><tr><td> Ctrl+Shift+Tab <\/td><td> Navigate editor group history <\/td><\/tr><tr><td> Alt+ \u2190 \/ \u2192  <\/td><td> Go back \/ forward <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Search &amp; Replace:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>Commands<\/th><th>Uses For<\/th><\/tr><\/thead><tbody><tr><td> Ctrl+F <\/td><td> Find <\/td><\/tr><tr><td> Ctrl+H <\/td><td> Replace <\/td><\/tr><tr><td> F3 \/ Shift+F3 <\/td><td> Find next\/previous <\/td><\/tr><tr><td> Alt+Enter <\/td><td> Select all occurences of Find match <\/td><\/tr><tr><td> Ctrl+D <\/td><td> Add selection to next Find match <\/td><\/tr><tr><td> Ctrl+K Ctrl+D <\/td><td> Move last selection to next Find match <\/td><\/tr><tr><td> Alt+C \/ R \/ W <\/td><td> Toggle case-sensitive \/ regex \/ whole word <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Multi Cursor &amp; Selection:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td> Alt+Click<\/td><td> Insert cursor<\/td><\/tr><tr><td> Ctrl+Alt+ \u2191 \/ \u2193  <\/td><td> Insert cursor above \/ below <\/td><\/tr><tr><td> Ctrl+U <\/td><td> Undo last cursor operation <\/td><\/tr><tr><td> Shift+Alt+I <\/td><td> Insert cursor at end of each line selected <\/td><\/tr><tr><td> Ctrl+L <\/td><td> Select current line <\/td><\/tr><tr><td> Ctrl+Shift+L <\/td><td> Select all occurrences of current selection <\/td><\/tr><tr><td> Ctrl+F2 <\/td><td> Select all occurrences of current word <\/td><\/tr><tr><td> Shift+Alt+\u2192  <\/td><td> Expand selection <\/td><\/tr><tr><td> Shift+Alt+\u2190  <\/td><td> Shrink selection <\/td><\/tr><tr><td> Shift+Alt + (drag mouse) <\/td><td> Column (box) selection <\/td><\/tr><tr><td> Ctrl+Shift+Alt + (arrow key) <\/td><td> Column (box) selection <\/td><\/tr><tr><td> Ctrl+Shift+Alt +PgUp\/PgDn <\/td><td> Column (box) selection page up\/down <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Rich Languages Editing:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td> Ctrl+Space, Ctrl+I <\/td><td> Trigger suggestion <\/td><\/tr><tr><td> Ctrl+Shift+Space <\/td><td> Trigger parameter hints <\/td><\/tr><tr><td> Shift+Alt+F <\/td><td> Format document <\/td><\/tr><tr><td> Ctrl+K Ctrl+F <\/td><td> Format selection <\/td><\/tr><tr><td> F12 <\/td><td> Go to Definition <\/td><\/tr><tr><td> Alt+F12 <\/td><td> Peek Definition <\/td><\/tr><tr><td> Ctrl+K F12 <\/td><td> Open Definition to the side <\/td><\/tr><tr><td> Ctrl+. <\/td><td> Quick Fix <\/td><\/tr><tr><td> Shift+F12 <\/td><td> Show References <\/td><\/tr><tr><td> F2 <\/td><td> Rename Symbol <\/td><\/tr><tr><td> Ctrl+K Ctrl+X <\/td><td> Trim trailing whitespace <\/td><\/tr><tr><td> Ctrl+K M <\/td><td> Change file language <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Editor Management<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td> Ctrl+F4, Ctrl+W <\/td><td> Close editor <\/td><\/tr><tr><td> Ctrl+K F  <\/td><td> Close folder <\/td><\/tr><tr><td> Ctrl+\\  <\/td><td> Split editor <\/td><\/tr><tr><td> Ctrl+ 1 \/ 2 \/ 3 <\/td><td> Focus into 1st, 2nd or 3rd editor group <\/td><\/tr><tr><td> Ctrl+K Ctrl+ \u2190\/\u2192  <\/td><td> Focus into previous\/next editor group <\/td><\/tr><tr><td> Ctrl+Shift+PgUp \/ PgDn <\/td><td> Move editor left\/right <\/td><\/tr><tr><td> Ctrl+K \u2190 \/ \u2192  <\/td><td> Move active editor group <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"270\" height=\"187\" src=\"https:\/\/www.chandansharma.co.in\/blog\/wp-content\/uploads\/2023\/12\/visual-code1.jpeg\" alt=\"\" class=\"wp-image-1366\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">File Management<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td> Ctrl+N <\/td><td> New File <\/td><\/tr><tr><td> Ctrl+O <\/td><td> Open File\u2026 <\/td><\/tr><tr><td> Ctrl+S <\/td><td> Save <\/td><\/tr><tr><td> Ctrl+Shift+S <\/td><td> Save As\u2026 <\/td><\/tr><tr><td> Ctrl+K S <\/td><td> Save All <\/td><\/tr><tr><td> Ctrl+F4  <\/td><td> Close <\/td><\/tr><tr><td> Ctrl+K Ctrl+W <\/td><td> Close All <\/td><\/tr><tr><td> Ctrl+Shift+T <\/td><td> Reopen closed editor <\/td><\/tr><tr><td> Ctrl+K <\/td><td> Enter Keep preview mode editor open <\/td><\/tr><tr><td> Ctrl+Tab <\/td><td> Open next <\/td><\/tr><tr><td> Ctrl+Shift+Tab <\/td><td> Open previous <\/td><\/tr><tr><td> Ctrl+K P <\/td><td> Copy path of active file <\/td><\/tr><tr><td> Ctrl+K R <\/td><td> Reveal active file in Explorer <\/td><\/tr><tr><td> Ctrl+K O <\/td><td> Show active file in new window\/instance <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Display:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>F11<\/td><td> Toggle full screen<\/td><\/tr><tr><td> Shift+Alt+0 <\/td><td> Toggle editor layout (horizontal\/vertical) <\/td><\/tr><tr><td> Ctrl+ = \/ &#8211;  <\/td><td> Zoom in\/out <\/td><\/tr><tr><td> Ctrl+B <\/td><td> Toggle Sidebar visibility <\/td><\/tr><tr><td> Ctrl+Shift+E <\/td><td> Show Explorer \/ Toggle focus <\/td><\/tr><tr><td> Ctrl+Shift+F  <\/td><td> Show Search <\/td><\/tr><tr><td> Ctrl+Shift+G <\/td><td> Show Source Control <\/td><\/tr><tr><td> Ctrl+Shift+D <\/td><td> Show Debug <\/td><\/tr><tr><td> Ctrl+Shift+X <\/td><td> Show Extensions <\/td><\/tr><tr><td> Ctrl+Shift+H <\/td><td> Replace in files <\/td><\/tr><tr><td> Ctrl+Shift+J <\/td><td> Toggle Search details <\/td><\/tr><tr><td> Ctrl+Shift+U <\/td><td> Show Output panel <\/td><\/tr><tr><td> Ctrl+Shift+V <\/td><td> Open Markdown preview <\/td><\/tr><tr><td> Ctrl+K V <\/td><td> Open Markdown preview to the side <\/td><\/tr><tr><td> Ctrl+K Z<\/td><td> Zen Mode (Esc Esc to exit) <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Debug:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td> F9 <\/td><td> Toggle breakpoint <\/td><\/tr><tr><td> F5 <\/td><td> Start\/Continue <\/td><\/tr><tr><td> Shift+F5 <\/td><td> Stop <\/td><\/tr><tr><td> F11 \/ Shift+F11 <\/td><td> Step into\/out <\/td><\/tr><tr><td> F10 <\/td><td> Step over <\/td><\/tr><tr><td> Ctrl+K Ctrl+I <\/td><td> Show hover<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Integrated Terminal:<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td> Ctrl+ <\/td><td> <code>Show integrated terminal<\/code> <\/td><\/tr><tr><td> <code>Ctrl+Shift+<\/code> <\/td><td> Create new terminal <\/td><\/tr><tr><td> Ctrl+C <\/td><td> Copy selection <\/td><\/tr><tr><td> Ctrl+V <\/td><td> Paste into active terminal <\/td><\/tr><tr><td> Ctrl+\u2191 \/ \u2193  <\/td><td> Scroll up\/down <\/td><\/tr><tr><td> Shift+PgUp \/ PgDn <\/td><td> Scroll page up\/down <\/td><\/tr><tr><td> Ctrl+Home \/ End <\/td><td> Scroll to top\/bottom <\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Developed by Microsoft, Visual Studio Code stands as a testament to innovation in code editing. Embrace a code editor crafted with precision, packed with features &hellip; <\/p>\n<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:44px;left: -10px;top: 120px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/1364'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1364\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#3c589a;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-5 -5 42 42\"><path d=\"M17.78 27.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99 2.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123 0-5.26 1.905-5.26 5.405v3.016h-3.53v4.09h3.53V27.5h4.223z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Twitter\" class=\"heateor_sss_button_twitter\" href=\"http:\/\/twitter.com\/intent\/tweet?text=Logic%20Bytes%20-%20Spread%20Your%20Knowledge&url=https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1364\" title=\"Twitter\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_twitter\" style=\"background-color:#55acee;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-4 -4 39 39\"><path d=\"M28 8.557a9.913 9.913 0 0 1-2.828.775 4.93 4.93 0 0 0 2.166-2.725 9.738 9.738 0 0 1-3.13 1.194 4.92 4.92 0 0 0-3.593-1.55 4.924 4.924 0 0 0-4.794 6.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942 4.942 0 0 0-.665 2.477c0 1.71.87 3.214 2.19 4.1a4.968 4.968 0 0 1-2.23-.616v.06c0 2.39 1.7 4.38 3.952 4.83-.414.115-.85.174-1.297.174-.318 0-.626-.03-.928-.086a4.935 4.935 0 0 0 4.6 3.42 9.893 9.893 0 0 1-6.114 2.107c-.398 0-.79-.023-1.175-.068a13.953 13.953 0 0 0 7.55 2.213c9.056 0 14.01-7.507 14.01-14.013 0-.213-.005-.426-.015-.637.96-.695 1.795-1.56 2.455-2.55z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1364\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/1364\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"nofollow noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=Logic%20Bytes%20-%20Spread%20Your%20Knowledge https%3A%2F%2Fwww.chandansharma.co.in%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F1364\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:40px;height:40px;margin:0;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div>","protected":false},"author":1,"featured_media":1367,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[420,896],"tags":[891,894,902,901,899,885,895,903,897,900,898,887,886,888,892,890,889],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Visual Studio Code Keyboard Shortcuts - Logic Bytes<\/title>\n<meta name=\"description\" content=\"VS Code or Visual Studio Code, is the go-to code editor for developers worldwide. Uncover a world of productivity with its seamless integration, powerful extensions, and a versatile environment tailored to your coding needs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Studio Code Keyboard Shortcuts - Logic Bytes\" \/>\n<meta property=\"og:description\" content=\"VS Code or Visual Studio Code, is the go-to code editor for developers worldwide. Uncover a world of productivity with its seamless integration, powerful extensions, and a versatile environment tailored to your coding needs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/\" \/>\n<meta property=\"og:site_name\" content=\"Logic Bytes\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-30T07:37:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-31T07:43:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.chandansharma.co.in\/blog\/wp-content\/uploads\/2023\/12\/visual-code.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"225\" \/>\n\t<meta property=\"og:image:height\" content=\"225\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Chandan Sharma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chandan Sharma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/\",\"url\":\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/\",\"name\":\"Visual Studio Code Keyboard Shortcuts - Logic Bytes\",\"isPartOf\":{\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#website\"},\"datePublished\":\"2023-12-30T07:37:35+00:00\",\"dateModified\":\"2023-12-31T07:43:18+00:00\",\"author\":{\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49\"},\"description\":\"VS Code or Visual Studio Code, is the go-to code editor for developers worldwide. Uncover a world of productivity with its seamless integration, powerful extensions, and a versatile environment tailored to your coding needs.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.chandansharma.co.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Visual Studio Code Keyboard Shortcuts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#website\",\"url\":\"https:\/\/www.chandansharma.co.in\/blog\/\",\"name\":\"Logic Bytes\",\"description\":\"Spread Your Knowledge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.chandansharma.co.in\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49\",\"name\":\"Chandan Sharma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g\",\"caption\":\"Chandan Sharma\"},\"url\":\"https:\/\/www.chandansharma.co.in\/blog\/author\/chandan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visual Studio Code Keyboard Shortcuts - Logic Bytes","description":"VS Code or Visual Studio Code, is the go-to code editor for developers worldwide. Uncover a world of productivity with its seamless integration, powerful extensions, and a versatile environment tailored to your coding needs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/","og_locale":"en_US","og_type":"article","og_title":"Visual Studio Code Keyboard Shortcuts - Logic Bytes","og_description":"VS Code or Visual Studio Code, is the go-to code editor for developers worldwide. Uncover a world of productivity with its seamless integration, powerful extensions, and a versatile environment tailored to your coding needs.","og_url":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/","og_site_name":"Logic Bytes","article_published_time":"2023-12-30T07:37:35+00:00","article_modified_time":"2023-12-31T07:43:18+00:00","og_image":[{"width":225,"height":225,"url":"https:\/\/www.chandansharma.co.in\/blog\/wp-content\/uploads\/2023\/12\/visual-code.jpeg","type":"image\/jpeg"}],"author":"Chandan Sharma","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Chandan Sharma","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/","url":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/","name":"Visual Studio Code Keyboard Shortcuts - Logic Bytes","isPartOf":{"@id":"https:\/\/www.chandansharma.co.in\/blog\/#website"},"datePublished":"2023-12-30T07:37:35+00:00","dateModified":"2023-12-31T07:43:18+00:00","author":{"@id":"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49"},"description":"VS Code or Visual Studio Code, is the go-to code editor for developers worldwide. Uncover a world of productivity with its seamless integration, powerful extensions, and a versatile environment tailored to your coding needs.","breadcrumb":{"@id":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.chandansharma.co.in\/blog\/visual-studio-code-keyboard-shortcuts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.chandansharma.co.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Visual Studio Code Keyboard Shortcuts"}]},{"@type":"WebSite","@id":"https:\/\/www.chandansharma.co.in\/blog\/#website","url":"https:\/\/www.chandansharma.co.in\/blog\/","name":"Logic Bytes","description":"Spread Your Knowledge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.chandansharma.co.in\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/0c7e3da957c6e1375f6b4c899d491b49","name":"Chandan Sharma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.chandansharma.co.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/42af2b8ad482f08d8902257fec963abc?s=96&d=identicon&r=g","caption":"Chandan Sharma"},"url":"https:\/\/www.chandansharma.co.in\/blog\/author\/chandan\/"}]}},"jetpack_featured_media_url":"https:\/\/www.chandansharma.co.in\/blog\/wp-content\/uploads\/2023\/12\/visual-code.jpeg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pajmea-m0","_links":{"self":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/1364"}],"collection":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/comments?post=1364"}],"version-history":[{"count":18,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/1364\/revisions"}],"predecessor-version":[{"id":1405,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/posts\/1364\/revisions\/1405"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/media\/1367"}],"wp:attachment":[{"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/media?parent=1364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/categories?post=1364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.chandansharma.co.in\/blog\/wp-json\/wp\/v2\/tags?post=1364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}