Releases: Kotlin/kotlin-eclipse
Releases · Kotlin/kotlin-eclipse
0.8.4
0.8.3
- Support of Kotlin Language
1.2.31
0.7.2
0.7.1
0.7.0
- Kotlin 1.0.2 support
- Advanced formatting for Kotlin code (KT-10354)
- Add ability to format only selected code
- Support organize imports action (KT-3962)
- Support completion for non-imported types (KT-11956)
- Enhance sorting of completion proposals
- Make quick fixes executable from the 'problems' view
- Add quick fix to make class/funciton/property open (KT-11930, KT-12317)
- Add quick fix to add override modfier (KT-11928)
- Add quick fix to make class abstract (KT-11929)
- Add bunch of quick fixes to resolve incompatible modifiers
0.6.2
- Kotlin 1.0.1-1 support
- Fix exception on presence of closed or non-accessible project in the workspace
0.6.1
- Fix lifecycle configuration metadata for maven projects (KT-8401)
- Fix integration issue with STS about several AspectJ versions installed (KT-11083)
- Support navigation to Kotlin from errors in output of Kotlin compiler (KT-5370)
- Support launch configuration generation for main functions in companion and top-level objects (KT-10233)
- Improve performance by removing redundant analysis for projects
0.6.0
- Kotlin 1.0 support
0.5.2
- Kotlin RC 1.0 support
- Make plugin compatible with Eclipse Neon
- Upgrade extract variable refactoring: support replacing of all expression occurrences
- Add navigation to super declaration
- Add tooltip and hover information with JavaDoc for Java classes