I have been using kite(python) for the past few months and I really like how I can just glance at my other monitor to view all the documentation of a function. The main thing that I like about it is that it updates pretty much instantly when my cursor moves to another function(-call) and that I can span it over a large area on my display so I see all the documentation at once.
I was wondering if this or something similar can be done within visual studio code itself. It can show a preview/the entire documentation of a function in a small popup so it must be possible to show it in a separate tab that also updates when your cursor moves to another function, right?
TL;DR: I want to view the documentation of the function under my cursor in a separate window.
Is this possible? How can I configure this?