# Deepcode

![](https://mms.businesswire.com/media/20190806005067/en/736695/23/DeepCode-Logo-Colour_0d8448b839dcf9f501f5ae19aff362b5.jpg)

## About

[DeepCode](https://www.deepcode.ai/) alerts you about critical vulnerabilities you need to solve in your code. Don’t let security bugs go to production. Save time finding and fixing them.

{% embed url="<https://youtu.be/NIDeVYLWkMI>" %}
VSCode Deepcode extension usage
{% endembed %}

## Installation

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

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

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

## Requirements

No requirements.

## VSCode

### VSCode extensions

#### DeepCode.deepcode

This [extension](https://marketplace.visualstudio.com/items?itemName=DeepCode.deepcode) finds bugs, security vulnerabilities, performance, and API issues based on AI. DeepCode’s speed of analysis allows us to analyze your code in real-time and deliver results when you hit the save button in Visual Studio Code. We support Java, C/C++, JavaScript, Python, TypeScript, and XML.

### 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/deepcode.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.
