You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hesitant to post this as issues like this tend to be a misconfig somewhere...
I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used records almost exclusively everywhere, but now I tried to create a simple POJO and that offers no code completions for @Mapping either.
Eclipse 2023-09, MapStruct Tools 0.1.0.201701192129. The error log seems clear. Enabling or disabling "Enable non-blocking completions" makes no difference.
Seems like we need to dust this off a bit. This seems related to #49. Will try to find some time to fix this. I personally don't use Eclipse, so it has slipped a bit
Thanks for your reply. At one point I was thinking about investing the time to fix some of the problems I've got with eclipse and the plugins myself. But after even more problem appeared this month, I've decided to better invest the time to find another IDE. :-(
If anybody implements it, I'm willing to test changes to this plugin in Eclipse.
I'm hesitant to post this as issues like this tend to be a misconfig somewhere...
I'm no longer getting any code completions at all from MapStruct. I initially thought this was because we used records almost exclusively everywhere, but now I tried to create a simple POJO and that offers no code completions for
@Mapping
either.Eclipse 2023-09, MapStruct Tools 0.1.0.201701192129. The error log seems clear. Enabling or disabling "Enable non-blocking completions" makes no difference.
Example code:
The text was updated successfully, but these errors were encountered: