Hey wondering, how come navigating thru classes wi...
# intellij
r
Hey wondering, how come navigating thru classes with the pop up navigation bar , does not show functions within a class in kotlin like it does in java @hhariri
h
In what sense?
r
If you press cmd Up arrow , you get the navigation bar . In which you can navigate to different classes and folders ect... if you come to a java class file you can click to see the individual methods in that class file and navigate directly there
However that functionality of seeing methods doesnt seem to exists when you arrive at a kotlin class file
@hhariri I cannot get the method dropdown in a kotlin class like i can in a java class
h
Ah. Yeah, we don’t seem to have that for Kotlin yet 😕.
p
@rkeazor this does not work for me in Java neither, could you tell me what is the name of the
cmd + up arrow
action? when i click on the breadcrumbs i dont get list of methods either..
r
Its called NavigationBar
It should work Nav to the class and click the class
r
@Alexey Belkov [JB] yep you right.thanks for that
👍 1