# Mi az a VS Code?

![](/files/-LO4eX4Pz8q2dZ46wl3Y)

A Visual Studio Code (röviden VS code vagy Code) a Microsoft cég által fejlesztett ingyenes és nyílt forráskódú **szövegszerkesztő**.&#x20;

Támogatja az automatikus kódkiegészítést (InteliSense, [Emmet](/digitalis-kiadvanyok/vs-code/emmet.md#mi-az-az-emmet), TabNine), rendelkezik beépített hibakeresővel, és Git verziókezelő támogatással, és még számos egyéb szolgáltatással. [Bővítmények](https://marketplace.visualstudio.com/VSCode) segítségével további szolgáltatások, és funkciók adhatóak hozzá.

A felhasználói igényeknek megfelelően testreszabható, ebben sokat segítenek a letölthető [színsémák](https://marketplace.visualstudio.com/search?target=VSCode\&category=Themes\&sortBy=Downloads).

&#x20;A VS Code több platformos alkalmazás, elérhető **Windows, Linux** és **OS X** operációs rendszerekre.&#x20;

{% content-ref url="/pages/-LO3j50cYvvdiekUrM8P" %}
[VS Code beszerzése, telepítése](/digitalis-kiadvanyok/vs-code/vs-code-beszerzese-telepitese.md)
{% endcontent-ref %}

![A VS Code felhasználói felülete.](/files/-LO4fFmZFNYFYvwgGhxn)

A VS Code honlapja: <https://code.visualstudio.com/>

Videó kezdőknek: <https://www.youtube.com/watch?v=Sdg0ef2PpBw>

A VS Code forráskódja megtekinthető a Github-on: <https://github.com/Microsoft/vscode>


---

# 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://digikiad.gitbook.io/digitalis-kiadvanyok/vs-code/mi-a-vs-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.
