0

How can I open a Kotlin class file with double click, just like opening a Java class file?

This is what happens when I open a Kotlin class file with double click:

screenshot

Slaw
  • 37,820
  • 8
  • 53
  • 80

1 Answers1

0

You may enable "Open files with single click" option in Project Tree settings (gear icon). It may be also called "Autoscroll to source" if not the latest IDE version is used.

y.bedrov
  • 5,318
  • 3
  • 22
  • 19