> For the complete documentation index, see [llms.txt](https://developerf1.gitbook.io/devtools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developerf1.gitbook.io/devtools/visual-studio-code.md).

# Visual Studio Code

## Shortcuts

Windows shortcuts with english international keyboard layout.

<table><thead><tr><th width="474">Action</th><th align="center">Shortcut</th></tr></thead><tbody><tr><td>Go to Line</td><td align="center"><a href="https://developerf1.com/snippet/go-to-line-in-vs-code"><mark style="color:blue;"><code>CTRL + G</code></mark></a></td></tr><tr><td>Comment out lines</td><td align="center"><a href="https://developerf1.com/snippet/comment-out-multiple-lines-in-vscode"><mark style="color:blue;"><code>CTRL + K,C</code></mark></a></td></tr><tr><td>Duplicate line</td><td align="center"><a href="https://developerf1.com/snippet/duplicate-line-or-selection-in-vs-code"><mark style="color:blue;"><code>SHIFT + ALT + ↓</code></mark></a></td></tr><tr><td>Format file</td><td align="center"><a href="https://developerf1.com/snippet/format-code-in-vs-code"><mark style="color:blue;"><code>SHIFT + ALT + F</code></mark></a></td></tr><tr><td>Delete line</td><td align="center"><a href="https://developerf1.com/snippet/delete-line-without-selection-in-vs-code"><mark style="color:blue;"><code>CTRL + SHIFT + K</code></mark></a></td></tr><tr><td>Back to last cursor position</td><td align="center"><a href="https://developerf1.com/snippet/navigate-back-to-last-cursor-position-in-vs-code"><mark style="color:blue;"><code>ALT + ←</code></mark></a></td></tr><tr><td>Move line up or down</td><td align="center"><a href="https://developerf1.com/snippet/move-line-up-or-down-in-vs-code"><mark style="color:blue;"><code>ALT + ↑ | ↓</code></mark></a></td></tr><tr><td></td><td align="center"></td></tr></tbody></table>
