IntelliJ Idea plugin that simplifies development with Apache Ignite coding guidelines.
-
Code Style Validation:
- Abbreviation rules. Full list of abbreviations to enforce can be found in
src/main/resources/abbreviation.properties - Naming conventions (classes, methods, variables, getters/setters)
- Annotation placement
- Brace placement
- Empty line management
- Comparison using equals()
- Modifiers in interfaces
- Abbreviation rules. Full list of abbreviations to enforce can be found in
-
Instant Feedback:
- Real-time highlighting of violations
- Quick-fix suggestions
-
Automated Corrections:
- One-click fixes for common issues
- Download the plugin (
.zipfile) from the Releases page - Install manually in IntelliJ IDEA following the instructions
If you experience bugs or weird behavior please create an issue on the bug tracker or send it to dev@ignite.apache.org.
The latest release can be found on the Releases page. See tags page for full list of all available versions.
| Plugin Version | Minimal IntelliJ IDEA Version |
|---|---|
| 2.6.0 - 3.0.1 | 2013.1 |
| 4.0.0 | 2022.3 |