mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
142 stars 38 forks source link

Fix auto-completion for nested public fields #145

Closed thunderhook closed 1 year ago

thunderhook commented 1 year ago

I wanted to reproduce another bug and stumbled accross the lack of support for auto-completion of nested properties when they are public fields.

I provided a test case and fixed it although this is possibly an edge case.

filiphr commented 1 year ago

Thanks @thunderhook