vscode的搜索速度好慢。准备试试ripgrep的带UI版本

vscode的搜索真的很慢。也不知道为什么,懒得研究了。

比ripgrep慢了好多倍。

个人认为最好用的是rg-gui,有右键菜单等功能。

而且能正常搜索像"->Write" 的字段。没有引号哈

你在ripgrep里用字符串来搜索: rg -iF "->Write"

会返回 unrecognized。。。的错误。

rg-gui就可以

rusl也可以,但它搜索出结果后,没有鼠标右键等功能。

在github上找到了j几个带UI的ripgrep。

https://github.com/vivainio/RoughGrep
https://github.com/kcowolf/rg-gui
https://github.com/xuender/grephub
https://github.com/griccardos/rusl

rg-gui

https://github.com/kcowolf/rg-gui

vscode的搜索速度好慢。准备试试ripgrep的带UI版本_第1张图片

RoughGrep

https://github.com/vivainio/RoughGrep

vscode的搜索速度好慢。准备试试ripgrep的带UI版本_第2张图片

grephub

https://github.com/xuender/grephub

vscode的搜索速度好慢。准备试试ripgrep的带UI版本_第3张图片

rusl

https://github.com/griccardos/rusl

最新的0.7版本,界面上不显示搜索结果。0.6版本可以。

速度很快。

不到一秒钟,在9550个文件里找到了所有匹配结果。

你可能感兴趣的:(开发语言,vscode,ide,c++)