问题描述
在 Visual Studio 2013 及更高版本中,当您按 Ctrl + 单击时,有查看定义功能.起初我觉得这很酷,但我发现大多数时候,我需要点击 Promote to Document
按钮,因为我对文件做了很多更改我 Ctrl + 单击.但是在谷歌搜索如何关闭 Peek Definition 之后,我找不到关于这是否可能的任何详细信息.我真正想要的是 Ctrl + 单击功能返回到在其自己的选项卡中打开定义,就像在以前版本的 VS 中一样.这可能吗?
In Visual Studio 2013 and up, there is the Peek Definition feature when you Ctrl + Click. At first I thought this was cool, but I have found that the majority of the time, I need to click the Promote to Document
button, since I make lots of changes to the files I Ctrl + Click on. But after Googling how to turn off Peek Definition, I can't find any details on if this is possible. What I would really like is for the Ctrl + Click functionality to go back to opening the definition in its own tab, like in previous versions of VS. Is this possible?
推荐答案
在 2017 年之前的 Visual Studio:
In pre 2017 Visual Studio:
→→→→
Adam Garner 指出,在 Visual Studio 2017 中,位置是:
Adam Garner pointed out that in Visual Studio 2017, the location is:
→→→→
这篇关于您可以在 Visual Studio 2013 及更高版本中关闭 Peek Definition 吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!