in IntelliJ, given a type, is there a way to jump ...
# getting-started
y
in IntelliJ, given a type, is there a way to jump to the
toString()
implementation that it would use?
d
Ctrl+click on toString(),
Type().toString()
w
You can view all methods of a type and navigate to them using
ctrl + F12
or
cmd + F12
🐕 1
😮 3