File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ To learn more about MapStruct have a look at the [mapstruct](https://github.com/
2525 * Completion of ` target ` and ` source ` properties in ` @Mapping ` annotation (nested properties also work)
2626 * Completion of ` target ` and ` source ` properties in ` @ValueMapping ` annotation
2727 * Completion of ` componentModel ` in ` @Mapper ` and ` @MapperConfig ` annotations
28+ * Completion of ` qualifiedByName ` in ` @Mapping ` annotation
2829* Go To Declaration for properties in ` target ` and ` source ` to setters / getters
30+ * Go To Declaration for ` Mapping#qualifiedByName `
2931* Find usages of properties in ` target ` and ` source ` and find usages of setters / getters in ` @Mapping ` annotations
3032* Highlighting properties in ` target ` and ` source `
3133* Errors and Quick fixes:
Original file line number Diff line number Diff line change 11< html lang ="en ">
2+ < h2 > 1.5.0</ h2 >
3+ < ul >
4+ < li > Support for completion and go to declaration for < code > Mapping#qualifiedByName</ code > </ li >
5+ < li > Adding unmapped target property quick fix should move cursor to source</ li >
6+ </ ul >
27< h2 > 1.4.0</ h2 >
38< ul >
49 < li > Support for Java records</ li >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ runGenerators = true
1010
1111pluginGroup = org.mapstruct
1212pluginName = mapstruct-intellij
13- pluginVersion = 1.4.1-SNAPSHOT
13+ pluginVersion = 1.5.0
1414
1515publishPluginId =
1616publishUsername =
You can’t perform that action at this time.
0 commit comments