TIL Android Studio can show KDocs on hover
1 min readJul 6, 2020
Originally published at https://tigeroakes.com on July 6, 2020.
I like easy access to documentation written in comments. In Android Studio, and other JetBrains editors, you can display function types and docs on hover when you turn on a simple setting.
In Android Studio’s settings window, go to “Editor” > “General” and check “Show quick documentation on mouse move”. You can leave the delay at the default value.
When editing code, you can quickly check documentation by just hovering over code.