# Endless VSCode extension

The Endless Move Analyzer extension for Visual Studio Code provides language support for the Move programming language with Endless features.

It enables syntax highlighting, code completion, and advanced features like definition linking and type checking.

{% hint style="info" %}
If you already have installed `aptos-move-analyzer` or `sui-move-analyzer`, please disable or uninstall them before installing `endless-move-analyzer`, because it may have some conflicts.
{% endhint %}

Please refer [Endless-vscode-plugin](https://github.com/endless-labs/endless-vscode-plugin) for installation and setup.


---

# 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.endless.link/endless/devbuild/build/vscode-plugin.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.
