# Platformio

![](https://cdn.platformio.org/images/platformio-logo.17fdc3bc.png)

## About

Cross-platform [PlatformIO](https://platformio.org) IDE and Unified Debugger · Static Code Analyzer and Remote Unit Testing\
Multi-platform and Multi-architecture Build System · Firmware File Explorer and Memory Inspection

## Installation

Change `enable` from `False` to `True` in the `platformio` section (cf [module installation](/vscode-anywhere/modules/install.md)).

```yaml
vscode-anywhere:
    platformio:
        enabled: True
```

{% hint style="info" %}
You can also take a look at the [VSCode-Anywhere platformio module configuration](https://github.com/gigi206/VSCode-Anywhere/blob/V2/salt/modules/platformio/defaults.yaml).
{% endhint %}

## Requirements

No requirements.

## VSCode

### VSCode extensions

#### platformio.platformio-ide

[PlatformIO](https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide) is a new generation ecosystem for embedded development.

![](https://docs.platformio.org/en/latest/_images/platformio-ide-vscode.png)

### VSCode settings

No [settings](https://code.visualstudio.com/docs/getstarted/settings).

### VSCode keybindings

No [keybindings](https://code.visualstudio.com/docs/getstarted/keybindings).

## Software

No software.

## Documentation

No documentation.

## VSCode-Anywhere

### Environment

No environment.

### Specific settings

No specific settings.


---

# 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://gigi206.gitbook.io/vscode-anywhere/modules/list/platformio.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.
