Resharper“转到文件”的替代方案和“进入实施”特征
有谁知道一个 light 插件(与 Resharper 相同)可以实现并快速搜索只需插入几个字符并显示匹配项的文件?我只是想摆脱 Resharper,因为它让我的速度减慢了很多!
Does anybody know a light plug-in that do (same as Resharper) go to implementation and the quick search for a file where you just insert few characters and it shows the matches? I just want to get rid of Resharper cause it slows me down a lot!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要回答原始问题,请按照 这篇文章,作者:Andrew Arnott,您可以使用 Ctrl+/ 将光标移动到工具栏中的“查找”文本框,然后键入“>of”并开始输入文件名。当您键入时,匹配的文件将会出现。
使用“>”前缀使查找文本框充当命令窗口。
(请注意,ReSharper 可能会覆盖 Ctrl+/ 快捷键来注释一行代码,因此该快捷键仅适用于卸载了 ReSharper 的情况。)
To answer the original question, as per this post by Andrew Arnott, you can use Ctrl+/ to move the cursor to the Find text box in the toolbar, then type ">of" and start typing file names. The matching files will appear as you type.
Using the ">" prefix causes the find text box to act as the command window would.
(Note that the Ctrl+/ short-cut may be overridden by ReSharper to comment a line of code, so this short-cut only works with ReSharper uninstalled.)
那很有意思。我使用 ReSharper,它使用大约 400mb 的 RAM。我认为使用率相当低。
也许你可以研究一下生产力电动工具(我不使用它)。
http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2- 46c0-8ff2-4adea1e34fef/
That's interesting. I use ReSharper and it uses about 400mb of RAM. I would consider that pretty low usage.
Maybe you can look into Productivity Power Tools (I don't use it).
http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/