Visual Studio的“in-line find”插件

时间:2022-10-17 05:36:10

Is there a plug-in (or built-in feature) for Visual Studio 2008 to be able to do a quick in-line find in your code?

是否有Visual Studio 2008的插件(或内置功能)能够在代码中快速进行内联查找?

I am unhappy with the find feature (Ctrl+F). I don't like how it pops up in its own window. I think it would be much better if it was more like the Firefox find. (Try Ctrl+F in Firefox). I like how you start typing and it instantly tries to match what you're typing. Often you don't have to type your full search term before you find what you want.

我对查找功能(Ctrl + F)不满意。我不喜欢它在自己的窗口中弹出的方式。我认为如果它更像Firefox发现会更好。 (在Firefox中尝试Ctrl + F)。我喜欢你开始打字的方式,它会立即尝试匹配你输入的内容。通常,在找到所需内容之前,您无需键入完整的搜索字词。

I am use to FlashDevelop, and think they have good some great search functionality. you can just selected a word in your code and tap F3. It will instantly select the next occurrence of that string.

我习惯使用FlashDevelop,并认为它们具有很好的搜索功能。您只需在代码中选择一个单词,然后点按F3即可。它会立即选择该字符串的下一个匹配项。

So is there anything out there with this sort of functionality?

那么这种功能有什么吗?

3 个解决方案

#1


Type Ctrl+I. This is the "inline find" version you want.

键入Ctrl + I.这是您想要的“内联查找”版本。

#2


Ctrl+F3 will start a search for the word that the caret is in (without displaying the Find dialog). Subsequent presses of F3 will continue the search forward. Shift+Ctrl+F3 will search backwards. The whole word and case sensitive options of the Ctrl+F Find dialog are used during Ctrl+F3.

Ctrl + F3将开始搜索插入符所在的单词(不显示“查找”对话框)。随后按下F3将继续向前搜索。 Shift + Ctrl + F3将向后搜索。在Ctrl + F3期间使用Ctrl + F查找对话框的全部单词和区分大小写的选项。

#3


You already got your answer from 1800 INFORMATION, but I figured you might find this one interesting as well:

您已经从1800 INFORMATION得到了答案,但我想您可能会发现这个也很有趣:

Favorite Visual Studio keyboard shortcuts

最喜欢的Visual Studio键盘快捷键

A good amount of Visual Studio keyboard goodness.

有很多Visual Studio键盘的优点。

#1


Type Ctrl+I. This is the "inline find" version you want.

键入Ctrl + I.这是您想要的“内联查找”版本。

#2


Ctrl+F3 will start a search for the word that the caret is in (without displaying the Find dialog). Subsequent presses of F3 will continue the search forward. Shift+Ctrl+F3 will search backwards. The whole word and case sensitive options of the Ctrl+F Find dialog are used during Ctrl+F3.

Ctrl + F3将开始搜索插入符所在的单词(不显示“查找”对话框)。随后按下F3将继续向前搜索。 Shift + Ctrl + F3将向后搜索。在Ctrl + F3期间使用Ctrl + F查找对话框的全部单词和区分大小写的选项。

#3


You already got your answer from 1800 INFORMATION, but I figured you might find this one interesting as well:

您已经从1800 INFORMATION得到了答案,但我想您可能会发现这个也很有趣:

Favorite Visual Studio keyboard shortcuts

最喜欢的Visual Studio键盘快捷键

A good amount of Visual Studio keyboard goodness.

有很多Visual Studio键盘的优点。