Help Center/ CodeArts Agent/ FAQs/ Agent/ How Do I Configure Features Such As Jump to Definition or Declaration?
Updated on 2026-07-30 GMT+08:00

How Do I Configure Features Such As Jump to Definition or Declaration?

After completing code development, you can use features such as jumping to definitions, declarations, or references, as well as finding all references, to efficiently review and understand the code logic. You only need to install the corresponding language service extension based on the development language to enable related capabilities.

Perform the following steps:

  1. Log in to CodeArts Agent IDE by referring to Quick Start.
  2. In the sidebar of CodeArts Agent IDE, click .
  3. Enter the extension name in the search box, for example, ms-python.python, switch to the open-source extension marketplace OPEN VSX, and click Install on the Python extension card.

    Install the corresponding language service extension based on the development language:

    • Python: ms-python.python
    • Go: golang.go
    • Java: vscode-java-pack and vscjava.vscode-maven
    • Vue: vue.volar

  4. After the installation is successful, you can jump to definitions or declarations and use other related features.