is there a way to jump to a method declaration whe...
# intellij
c
is there a way to jump to a method declaration when using operators? like in
mapOf(1 to 2)[1]
i always use the replace overloaded operator autofix and then command click, but it would be cool if i could just command click the
[
v
ugh, I might be imagining it, but I thought command click
[
worked for me
c
i think it works for single character operators like
+
I’ll file a youtrack
d
Clicking the
]
works for me.
c
ah, right!
thanks
s
cmd+b
will also do the same thing
imo much more convenient than a hybrid keyboard and mouse shortcut
c
i use command click when i read code
when typing
cmd-b
is better