# VS Code Kurulum

Visual Studio Code (VS Code), Microsoft tarafından geliştirilen, hafif ve güçlü bir kaynak kodu editörüdür. Çok sayıda programlama dilini ve araçlarını destekleyen, kullanıcı dostu bir arayüze sahip olan bu editör, ücretsiz ve açık kaynaklıdır.

## VS Code Nedir?

* **V**: Visual
* **S**: Studio
* **Code**: Kod Düzenleyici

VS Code, kod yazarken size çeşitli özellikler sunar:

* **Kod Tamamlama**: Akıllı kod tamamlama, hataları önlemenize ve kod yazma hızınızı artırmanıza yardımcı olur.
* **Hata Ayıklama**: Entegre hata ayıklama araçları ile kodunuzu test edebilir ve hataları kolayca bulabilirsiniz.
* **Yerleşik Git Desteği**: Git ile entegrasyon sayesinde, kaynak kontrolünü doğrudan editörden yönetebilirsiniz.
* **Uzantılar**: Geniş uzantı desteği ile VS Code'u ihtiyaçlarınıza göre özelleştirebilirsiniz.

## VS Code Nasıl Kurulur?

1. **İndirme**:
   * [VS Code İndir (code.visualstudio.com)](https://code.visualstudio.com/Download) adresine gidin.
   * İşletim sisteminize uygun olan sürümü seçin (Windows, macOS, Linux).
2. **Kurulum (Windows için)**:
   * İndirilen `.exe` dosyasını çalıştırın.
   * Kurulum sihirbazındaki talimatları izleyin.
   * İstenirse, masaüstü kısayolu oluşturmayı seçin.
   * Kurulum tamamlandığında, "Finish" butonuna tıklayın.

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/vs1.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/vs2.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/vs3.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://github.com/Yavuzlar/Book/blob/main/egitim/.gitbook/assets/php/vs4.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.yavuzlar.org/egitim/00x0-php-nedir/00x00-vs-code-kurulum.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.
