> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/server-side/integrations/visual-studio-code-extension.md).

# Visual Studio Code Plugin

{% hint style="warning" %}
🚧 Extension is on beta phase

Please note that as a beta phase, it may still contain some bugs and imperfections. Your feedback is instrumental in helping us identify and resolve any issues, so don't hesitate to report them by mail <product.feedback@abtasty.com> or open a ticket issue at [Github issues](https://github.com/flagship-io/abtasty-code/issues)
{% endhint %}

### Overview

This extension is designed to help you use AB Tasty, directly in the VSCode environment which will simplify the management and utilization of multiple AB Tasty resources by eliminating the need to switch between your coding environment and the platform.

[AB Tasty Web Experimentation & Personalization](https://www.abtasty.com/web-experimentation) provides a range of tools and features designed to help companies improve user engagement, conversion rates, and overall customer satisfaction. This extension is designed to enhance your productivity within the VSCode environment, it offers a comprehensive set of utilities that simplify the management and utilization of campaigns(Tests) and let you handle aspects of campaign global code directly within VSCode, eliminating the need to switch between your coding environment and the platform.

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

[AB Tasty Feature Experimentation & Rollout](https://www.abtasty.com/feature-experimentation) optimization platform lets you manage, release, and experiment with features across all codebases and devices to drive growth with every deployment. This extension is designed to enhance your productivity within the VSCode environment, it offers a comprehensive set of utilities that simplify the management and utilization of feature flags using Feature experimentation and let you handle most aspects of feature flag workflows directly within VSCode, eliminating the need to switch between your coding environment and the platform.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abtasty.com/server-side/integrations/visual-studio-code-extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
