问题
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.
回答1:
No, there is no way to turn off hovers on select items.
来源:https://stackoverflow.com/questions/60039310/is-there-a-way-to-turn-off-hover-for-certain-functions-in-vscode