# Eclipse Plugin

## Prepare

* Eclipse Juno+&#x20;
* maven3.+
* JDK 1.7+

## Build

```
mvn -U clean install
```

## [中文使用手册](/eclipse-plugin/readme_cn.md)

## Install

1. Help >> Install New Software then enter this update site URL \[<https://p3c.alibaba.com/plugin/eclipse/update]\\(https://p3c.alibaba.com/plugin/eclipse/update)>

![Install Plugin](/files/-LTuXRqqgn3C4QVNAi7p)

1. Follow the wizard, restart Eclipse to take effect after install success.

## Use

1. Switch language

   ![Switch language](/files/-LTuXRqsFrNWVnrZcRK7)
2. Code Analyze

   ![Analyze](/files/-LTuXRqumXLKolowR6cI)

   ![Analyze](/files/-LTuXRqwrZ1lc9RKyGiH)


---

# 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://book.hongxi.org/eclipse-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.
