卸载 CodeRush 和 ReSharper - Intellisense 不起作用
安装顺序:
Visual Studio 2008
ReSharper
卸载 ReSharper
CodeRush 与 Refactor Pro
使用 Refactor Pro 卸载 CodeRush
现在我的智能感知不起作用。在尝试卸载/重新安装之前我应该查看哪些设置?我确信这些插件挂接或覆盖的选项中一定隐藏着一些东西。
Install order:
Visual Studio 2008
ReSharper
Uninstall ReSharper
CodeRush with Refactor Pro
Uninstall CodeRush with Refactor Pro
Now my intellisense doesn't work. Any settings I should look at before I try a uninstall / reinstall? I'm sure there must be something buried in the Options that these plug-ins hook into or override.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有几个需要检查的设置:
工具>选项>文本编辑器> C#>一般> 语句完成
应检查
“自动列出成员”和“参数信息”。工具>选项>文本编辑器> C#>一般> IntelliSense “输入字符后显示完成列表”和“按空格键提交”。
应选中
Here are a couple of settings to check:
Tools > Options > Text Editor > C# > General > Statement completion
"Auto list members" and "Parameter information" should be checked.
Tools > Options > Text Editor > C# > General > IntelliSense
"Show completion list after a character is typed" and "Committed by pressing the space bar" should be checked.
这很糟糕,但这是我所知道的在卸载 Resharper 后恢复智能感知的唯一方法。
It sucks, but it's the only way I know of to restore intellisense after uninstalling Resharper.