> For the complete documentation index, see [llms.txt](https://educacion.gitbook.io/programacion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://educacion.gitbook.io/programacion/ud1-introduccion-a-programacion/introducion-a-java/ides/intellij.md).

# IntelliJ

![](https://educacion.gitbook.io/accDatos/~gitbook/image?url=https%3A%2F%2F503650427-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F88KtWnBxui1dLWiqDUoz%252Fuploads%252FG1NmXSq5Gabl12bUyUMx%252Fimage.png%3Falt%3Dmedia%26token%3D543d4b0e-bc31-4ffc-8a2c-1bd9cc22a4ad\&width=768\&dpr=4\&quality=100\&sign=cd70508a\&sv=2)

[IntelliJ IDEA](https://www.jetbrains.com/idea/) é desenvolvido por JetBrains, é un dos IDEs máis populares para o desenvolvemento en Java. Ofrece soporte avanzado para autocompletado de código, refactorización, e ferramentas de depuración. IntelliJ IDEA destaca polo seu rendemento e polas súas características de intelixencia artificial para mellorar a produtividade.

Conta con dúas versións:

* **Community Edition:** Gratuíta e de código aberto, suficiente para proxectos Java estándar.
* **Ultimate Edition:** Versión de pago que inclúe soporte para *frameworks* empresariais (Spring, Java EE, etc.) e outras linguaxes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://educacion.gitbook.io/programacion/ud1-introduccion-a-programacion/introducion-a-java/ides/intellij.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.
