https://kotlinlang.org logo
Title
r

Ruckus

03/09/2018, 4:19 PM
In my somewhat arrogant opinion, if you're navigating based on file name, you need a better IDE 🙂
o

okaymak

03/09/2018, 4:40 PM
How would you navigate to a file with only top level functions (like extensions) without any class inside the file? In IntelliJ or Android Studio I only managed to open it CMD+SHIFT+F and enter the file name.
j

jk

03/09/2018, 4:41 PM
you can search for the specific function with CMD-ALT-O, but I agree that if you want to find the group of extensions you often have to search by filename
r

Ruckus

03/09/2018, 4:44 PM
By usage generally. If I'm in a file where I'm using the function and want to navigate to it, I use ctrl-click. If I'm in a file where I want to use it, I scroll from source and grab it (that assumes the files are close together, which is how I prefer to organize).
(By the way, you can do [Ctrl|Cmd]+Shift+N to search by filename if you want to)