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

# Visual Studio Code \[…]

[Extensions](/mjukvara/visual-studio-code/extensions.md) | [Inställningar](/mjukvara/visual-studio-code/instaellningar.md) | [Debugging](/mjukvara/visual-studio-code/debugging.md) | [Snabbkommandon](/mjukvara/visual-studio-code/snabbkommandon.md) | [Snippets](/mjukvara/visual-studio-code/snippets.md) | [Felsökning](/mjukvara/visual-studio-code/felsoekning.md)

Visual Studio Code (VS Code) är en lite nyare kod-editor från Microsoft som är betydligt snabbare och enklare än vanliga Visual Studio. Den funkar också bättre till många saker, även om den saknar en del av de mer avancerade verktygen som finns i det större programmet.

Ladda ner Visual Studio Code från [https://code.visualstudio.com/](https://www.google.com/url?q=https%3A%2F%2Fcode.visualstudio.com%2F\&sa=D\&sntz=1\&usg=AFQjCNFfrd2nqbS9PitDdShdvXIIGWl04g) eller använd winget:

```powershell
winget install Microsoft.VisualStudioCode
```

Du kommer också att vilja installera några användbara [extensions](/mjukvara/visual-studio-code/extensions.md) och göra några [inställningar](/mjukvara/visual-studio-code/instaellningar.md).

## MacOS

Även på Mac kan du installera från [https://code.visualstudio.com/](https://www.google.com/url?q=https%3A%2F%2Fcode.visualstudio.com%2F\&sa=D\&sntz=1\&usg=AFQjCNFfrd2nqbS9PitDdShdvXIIGWl04g).

Du kan också använda Homebrew om du har det installerat:

```
brew install --cask visual-studio-code
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://csharp.progdocs.se/mjukvara/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.
