# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developerf1.gitbook.io/devtools/visual-studio-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
