# mplushnikov/lombok-intellij-plugin

Lombok Plugin for IntelliJ IDEA

Repository: https://github.com/mplushnikov/lombok-intellij-plugin
Canonical: https://ross.abutalabs.com/products/lombok-intellij-plugin
Language: Java
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2024-11-02T21:13:18+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4711, "days_push": 669, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3077, forks 620 (observed 2026-08-28T04:07:41.789354+00:00)

## What it is
An IntelliJ IDEA plugin that adds support for Project Lombok annotations, making the IDE recognize Lombok-generated getters, setters, constructors, and other boilerplate methods. It enables code completion and eliminates false 'method does not exist' errors for Lombok-annotated Java code.

## Use cases
- enable lombok support in intellij idea
- fix 'cannot resolve method' errors for lombok getters and setters
- get code completion for lombok-generated methods
- use @Data @Getter @Slf4j annotations in intellij
- support lombok in older intellij versions before 2020.3

## When to choose
- You use IntelliJ IDEA 2020.2 or older and work with Lombok-annotated Java projects
- You need Lombok code completion and error-free navigation in the IDE
- You maintain legacy IntelliJ versions that lack built-in Lombok support

## When to avoid
- You use IntelliJ 2020.3 or newer, where Lombok support is built in
- Your project does not use Project Lombok
- You use a different IDE such as Eclipse or VS Code

## Facets
- artifact type: plugin
- maturity: maintenance
- function: editor, developer-tools, code-review
- domain: developer-tools, text-editors, programming-languages
- platform: editor-plugin, jvm
- tags: lombok, intellij-idea, jetbrains, java-annotations, code-generation

## Member repositories
- mplushnikov/lombok-intellij-plugin (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.789354+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:46:37.120382+00:00, confidence not recorded.
  - readme: https://github.com/mplushnikov/lombok-intellij-plugin (fetched 2026-08-28T04:07:41.789354+00:00, sha bd9479021dd7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
