# IDE Tools

A modern editor can enhance your testing experience. We recommend VSCode due to the extensive modules library. Here are the plugins we maintain for each platform.

### VSCode Plugin

The VSCode plugin is the best way for you to interact with TestBox alongside the BoxLang plugin. It allows you to run tests, generate tests, navigate tests and much more.

<figure><img src="/files/bpK0O89tkd2Jrfe0kEZZ" alt=""><figcaption></figcaption></figure>

{% embed url="<https://marketplace.visualstudio.com/items?itemName=ortus-solutions.vscode-boxlang>" %}
BoxLang
{% endembed %}

{% embed url="<https://marketplace.visualstudio.com/items?itemName=ortus-solutions.vscode-testbox>" %}
TestBox
{% endembed %}

### Sublime Plugin

{% embed url="<https://packagecontrol.io/packages/ColdBox%20Platform>" %}


---

# 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://testbox.ortusbooks.com/getting-started/installing-testbox/ide-tools.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.
