在 Resharper "Find Results window" 中显示文本搜索结果
Show text search results in Resharper's "Find Results window"
当我在 Visual Studio 2015 项目或解决方案(使用 Ctrl-F)中搜索文本时,我可以通过单击文本输入旁边的下拉列表中的 "Find all" 来列出所有结果。但是,它只给我一个简单的事件列表。我想知道是否有一种方法可以在 Resharper "Find Results window" 中显示结果,例如在查找符号的用法时显示的结果。
特别是如果能够按项目和文件分组并有一个可以折叠某些分支的树视图,那就太好了。这可能吗?
你要的是GoToWord plugin for R#, available through the R# Extension Manager. Once installed you can do a triple Ctrl + T to get a full-text search using R#'s index, and then Numpad + will (as with all other R# searches) dump the results to the R# Find Results window. More info on its github page.
我觉得它非常宝贵。
但是(这对您来说可能是一笔交易,但)- doesn't work past R# 8。对不起,应该检查一下。
当我在 Visual Studio 2015 项目或解决方案(使用 Ctrl-F)中搜索文本时,我可以通过单击文本输入旁边的下拉列表中的 "Find all" 来列出所有结果。但是,它只给我一个简单的事件列表。我想知道是否有一种方法可以在 Resharper "Find Results window" 中显示结果,例如在查找符号的用法时显示的结果。
特别是如果能够按项目和文件分组并有一个可以折叠某些分支的树视图,那就太好了。这可能吗?
你要的是GoToWord plugin for R#, available through the R# Extension Manager. Once installed you can do a triple Ctrl + T to get a full-text search using R#'s index, and then Numpad + will (as with all other R# searches) dump the results to the R# Find Results window. More info on its github page.
我觉得它非常宝贵。
但是(这对您来说可能是一笔交易,但)- doesn't work past R# 8。对不起,应该检查一下。