-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support ecj #1
Comments
We might have to differentiate between:
|
Yes, that's true. I think adding support for the compiler would be first step. Then we'd have to look into integrating this into the IDE. |
Some potential use-cases for the IDE plug-in:
|
Note that the Eclipse Compiler for Java is actually the foundation of Eclipse JDT-Language Server which happens to be the most powerful and popular language server for Java. VSCode, Eclipse Theia & Eclipse Che (and downstream solutions like OpenShift.io or Google Cloud Platform) and most LSP-aware IDE/editor these days are already actually using ECJ under the hood. |
Another IDE feature would be authoring of the Deptective configuration, including auto-complete on package names etc. |
|
@wuetherich, moved this issue here from the main repo. |
There should be an implementation of Deptective based on Eclipse's compiler ejc, allowing to use it right within the Eclipse IDE.
The text was updated successfully, but these errors were encountered: