If class A: B() { ... }
, when I press Ctrl + Q in IntelliJ IDEA on class B, I get docs for constructor of class B. How could I see the docs for class B?
If class A: B() { ... }
, when I press Ctrl + Q in IntelliJ IDEA on class B, I get docs for constructor of class B. How could I see the docs for class B?