With IntelliJ I’m used to switch (navigate) betwee...
# getting-started
b
With IntelliJ I’m used to switch (navigate) between class and unit test with Shift+Command+T. With Kotlin files (not classes) however that shortcut doesn’t work. Is there a better way to navigate Kotlin source files?
2