is it possible to get Visual studio to index sourc

2019-06-24 01:27发布

I often use the string search feature for an entire solution in VS2008. Is there a way to improve its search speed by getting VS2008 to index all the source code and config files, similar to how Google Desktop index files?

4条回答
smile是对你的礼貌
2楼-- · 2019-06-24 02:20

This adds instant full text search of all files in a VS solution.

Not free but cheap and is well worth the money. 30 day trial.

http://entrian.com/source-search/

Remap Ctrl+Shift+F to Entrian's Activate and you get what VS's Find in Files always should have been.

I'm using it in VS 2010, it says it works with 2005 and 2008 as well.

(I have no affiliation with the company).

查看更多
女痞
3楼-- · 2019-06-24 02:26

This is not a supported feature of Visual Studio. The find in files feature simply goes through the files searching for the specified text and does not take advantage of any indexing.

It is possible to search using other 3rd party components using and indexed database though.

查看更多
一夜七次
4楼-- · 2019-06-24 02:27

I like searching using a tool called WildReplace .

查看更多
劫难
5楼-- · 2019-06-24 02:33

Though I don't think it is possible to do within visual studio you may want to use WinGrep, or another grep tool to do this sort of search instead.

查看更多
登录 后发表回答