How can I show errors/warnings above the documentation in the mouse hover popup?

ron*_*akg 10 documentation hover visual-studio-code

When I hover my mouse over an error/warning in VSCode, the documentation for that item appears by default. To actually check the error, I need to scroll down. Is there a way to show the error/warning above the documentation by giving it a higher priority?

Example: The documentation for Response is shown by default (1st screenshot). But I'm interested in the error, which is visible only after I scroll down (2nd screenshot).

在此输入图像描述

在此输入图像描述

sta*_*all 1

这在此处被报告为功能请求问题票证:对于长时间悬停,错误会一直出现在底部并需要滚动\n#73120

\n

此处合并了修复:将标记悬停在顶部 #166560

\n
\n

这会将标记悬停置于所有其他悬停类型之上,并将之前位于标记悬停之前的所有悬停类型下移 1。

\n

这样做的效果是,悬停时诊断消息现在位于顶部。

\n

-\xc2\xa0阿兹戴维斯

\n
\n

它在2023 年 3 月的迭代计划中,查看 VS Code 1.77(2023 年 3 月版本),似乎它是该版本的一部分。

\n