Skip to content

0.7.0

Compare
Choose a tag to compare
@zarechenskiy zarechenskiy released this 02 Jun 12:14
· 1101 commits to master since this release
  • 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