mirror of
https://github.com/chylex/IntelliJ-Forge-Mapping-Hints.git
synced 2025-11-20 08:22:34 +01:00
master
This IntelliJ IDEA plugin adds hints next to SRG names (field_..., func_..., p_...) based on suggestions in a CSV file.
The CSV must follow several rules:
- Requires header line
- Columns:
validated(TRUE/FALSE)class name(string)unmapped name(string)mapped name(string)comment(string, optional)
- No quote parsing or escaping, the first 4 commas must be delimiters (
commentcolumn contents can include commas)
Then, opening a Java file automatically adds inlay hints of several types:
- Validated (green/blue) names are those for which the
validatedproperty equalsTRUE - Suggested (yellow) names are those for which the
validatedproperty equals something else - Empty (gray) are entries which exist in the file but their
mapped nameis empty - Missing (gray) are entries which are SRG names but do not match any
unmapped namein the file
Settings
View Settings > Editor > Inlay Hints > Java > Minecraft Forge mapping suggestions to access the settings.
Languages
Kotlin
100%


