# Pause Code Completions

{% hint style="info" %}
Available in VS Code, JetBrains plugins, Visual Studio & Eclipse
{% endhint %}

## Pause/Resume Tabnine's Code Completions

Click on the Tabnine logo on your IDE's status bar.

{% tabs %}
{% tab title="VS Code" %}

1. The following notification appears:

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

2. Click **Pause Tabnine Completions.**
3. The **Tabnine Enterprise logo** will change to **disabled** **mode** and you won't get code completions:

<figure><img src="/files/qlP77rcijTgoJwgmqyto" alt="" width="375"><figcaption></figcaption></figure>

**Resume code completions**

1. To resume Tabnine's Code Completions, click again on the Tabnine logo.
2. In the following menu click, **Resume Tabnine Completions:**

<figure><img src="/files/I88hyWt2IFolgQXbyRXK" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="JetBrains IDEs, Eclipse, and Visual Studio 2022" %}

1. The following menu will show:

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

{% hint style="info" %}
The logo might appear like this:

<img src="/files/BMLJ2sQ42WX8x5OhxFQv" alt="" data-size="original">
{% endhint %}

2. Click **Pause Tabnine Completions.**
3. The **Tabnine logo** will change to **disabled** **mode** and you won't get code completions:

<figure><img src="/files/gnw2Ullj7Yc8iBeoXsMD" alt="" width="375"><figcaption></figcaption></figure>

**Resume Code Completions**

1. To resume Tabnine's code completions, click again on the Tabnine / Tabnine Enterprise logo.
2. In the following menu, click **Resume Tabnine Completions:**

<figure><img src="/files/afrGjL9ubnkfkLXrFgBV" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
The "Snooze Interval" setting in VSCode was deprecated with v5.20.0
{% endhint %}


---

# 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.tabnine.com/main/getting-started/code-completion/pause-snooze.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.
