Mark
01/05/2019, 7:20 AMMyClass c = foo.bar
I can hold down Cmd key and click on MyClass
to jump to class declaration. Kotlin is much more concise so we have val c = foo.bar
but now we don’t have MyClass
to easily click on. I know we can do Shift-Cmd-B but that’s not particularly memorable. I suppose we also have the option to reprogram shortcuts but I prefer to stick to defaults where at all possible. Any tips?rkeazor
01/05/2019, 6:16 PM