Have a general question about kotlin plugin for in...
# announcements
a
Have a general question about kotlin plugin for intellij. Does exist some IDE action for navigation to kotlin extension function (or just function)? Currently I use [option+command+O] for navigation to symbol, but search result polluted with java method names (especially for such common names as fold, reduce etc)
h
I don't think so, but you can filter to just kotlin fairly quickly in that view.
fold
for example is defined as an extension function on quite a few things, so it's still fairly noisy looking