-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add quick fix for can't map property X to Y #25
Comments
It is possible, take a look at this official sample code. |
Thanks for the tip @thunderhook, I will have a look at it and see if we can do something about it. |
Btw, if you are interested in working on the plugin you can also provide a PR for this support 😉 |
I'm sorry about my overhasty post about the sample code. That's just a sample to implement a quick-fix. After checking out the source I recognized that quick-fixes are already implemented, so there is nothing new for you to see here. I tried to dig inside a little bit, but I have no experience in IntelliJ SDK, but I'll try my best if I find time. |
Yesterday I took some time to figure out how to get to the messages the annotation provider delivers. I tried to provide a custom |
The eclipse plugin has a quick fix for the error "Can't map property X prop to Y prop. Consider to declare/implement a mapping method ...".
I still am not sure if IntelliJ has a way to register a quick fix for a warning / error (this is how Eclipse handles this now)
The text was updated successfully, but these errors were encountered: