Is there a way to turn off hover for certain functions in VSCode?

别来无恙 提交于 2021-02-05 09:45:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!