Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.1k stars 105 forks source link

Functions' Comments and help #331

Open mizraelson opened 2 years ago

mizraelson commented 2 years ago

Is there a way to see the help comments for the functions (with fun signature and description)? Similar to the way it is in IntelliJ IDEA. Maybe with a hotkey or with the cursor over the fun name? And that would be also awesome if I could see the name and the type of the arguments the function needs, while passing the arguments.

ileasile commented 2 years ago

I think it duplicates https://github.com/Kotlin/kotlin-jupyter/issues/73