mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
203 stars 21 forks source link

Hover Provider to show docs #65

Open nxcco opened 1 year ago

nxcco commented 1 year ago

Problem

You don't see the documentation in the tooltip when hovering over a code element.

Solution

Add a hover provider that displays the information.

Or are the docs only for me not showing?