Documentation not showing for SDK.
已回答
Hi, I've noticed that the documentation notes (what is inside /** **/) does not work for the SDK, but does work for classes that I write, or external libraries.
For example, if I place the cursor over myArray.pop() no documentation is found, but when I do the same over a method I created, I see the doc.
Is there any configuration I should setup to make it work?.
Thanks.
请先登录再写评论。
Works perfectly for SDK. Make sure that sources or docs are configured for your SDK (Project Structure | SDKs). Shortcut for Quick doc popup is Ctrl+Q on Windows, F1 or Ctrl+J on Mac.

Alexander Doroshko Just wanted to say, absolute legend. Appreciate u