# Sophia Visual Studio

## Sophia Extension for Visual Studio Code

The Sophia VSCode extension provides essential development support for writing smart contracts in the Sophia programming language on the æternity blockchain. This extension enhances your development experience with syntax highlighting and language support features.

### Quick Start

```bash
bashCopy# Install from VSCode Marketplace
1. Open VSCode
2. Go to Extensions (Ctrl+Shift+X)
3. Search for "Sophia"
4. Click Install
```

For developers who want to install from source or contribute to the extension, see the rest of our VS Code Documentation:<br>

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Sophia VS Code</td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/SPabaH1kJLt0UnWiSTjY">/spaces/yxhRUAwn7tH8JUboTur7/pages/SPabaH1kJLt0UnWiSTjY</a></td><td><a href="/files/Mn0raWPCGdVF9LgIRfVj">/files/Mn0raWPCGdVF9LgIRfVj</a></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://docs.aeternity.com/aeternity-developer-tools/markdown/sophia-visual-studio.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.
