TIL Android Studio can show KDocs on hover

Tiger Oakes
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.

--

--

Tiger Oakes
Tiger Oakes

Written by Tiger Oakes

Web & Android dev from Hawaii, living in Canada. Working on PWA support in Firefox Android! 🌴🍁

No responses yet