In VSCode, I have the hovers enabled that show me the docstrings of the functions (etc.) I use. I appreciate that functionality. However, some of the hovers get annoying with time. First and foremost, the one for print
. I never need it, and it is huge. It is particularly annoying in Jupyter notebooks, where I use print
quite often.
Hence, my question: Is there a way to disable the hover for certain functions specifically?
I have looked through the VSCode documentation but haven't found anything.