Visual Studio 单击“查找结果”在错误的窗口中打开代码 - Visual Studio Clicking Find Results Opens Code in Wrong Window

问题:

I'm using Visual Studio 2010 and when I do a "Find in Files" the results are returned to the "Find Results 1" window which is docked below my code editor window.我正在使用 Visual Studio 2010,当我执行“在文件中查找”时,结果将返回到停靠在我的代码编辑器窗口下方的“查找结果 1”窗口。

Before, I would double click on one of the results in the Find Results window and the file I clicked on would open in the code editor panel.以前,我会双击“查找结果”窗口中的结果之一,然后我单击的文件会在代码编辑器面板中打开。

The problem is now when I click on one of the results, it opens in the same panel as the Find Results window which happens to be much smaller than the code editor window which is annoying.现在的问题是,当我单击其中一个结果时,它会在与“查找结果”窗口相同的面板中打开,该面板恰好比代码编辑器窗口小得多,这很烦人。

Does anyone know how to make it so that when I double click on the search results they open up in the code editor window again?有谁知道如何做到这一点,以便当我双击搜索结果时,它们会再次在代码编辑器窗口中打开?

Thanks!谢谢!


解决方案:

参考一: https://stackoom.com/question/HPOz
参考二: Visual Studio Clicking Find Results Opens Code in Wrong Window
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章