- Add Kotlin DSL support to the Eclipse IDE.
- Improve the user experience of using Eclipse for Java/Kotlin projects.
- Save users from needing to use multiple IDEs during development.
- Added support for
gradle.properties
files inside the Eclipse IDE.- This was an onboarding task to become familiar with the development of Eclipse plugins, learn the principles of the Language Server Protocol in practice, and write a language server from scratch.
- Added: syntax highlighting, content assist for static Gradle properties, and diagnostic reports.