-
Notifications
You must be signed in to change notification settings - Fork 409
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
Bring in support for mapstruct #2651
Comments
I just looked into original eclipse plugin and its fairly simple plugin, but it depends on JDT UI components for quickfixes and completions. Since the plugin is not updated during last 7 years, We have few options
I would prefer the first option, either on the original repo or a fork under the eclipse, microsoft or redhat org. |
Will it be a plugin of JDT.LS( like https://github.com/microsoft/vscode-lombok), or directly enabled in JDT.LS? |
I'm thinking adding it as a plugin of JDT.LS for providing content assist and quick fixes. But i would like to start with content assist first. Ofcourse we need to think about annotation processing as well. That could be done as we have supported lombok may be. WDYT ? |
Yes, it looks good to me. |
I think we need this feature support #2653 before we can continue on this. |
The IDE support at https://github.com/mapstruct/mapstruct-eclipse/tree/master would be nice if we can bring in the jdtls as we have done with Lombok.
The text was updated successfully, but these errors were encountered: