安装 CodeRush Devexpress 后 Intellisense 损坏
我最近安装了 CodeRush Devexpress,现在在我打字时 VS intellisense 不会出现。
语法突出显示似乎也有点搞砸了,但我主要担心的是智能感知。
对于在不卸载 CodeRush 的情况下恢复 Intellisense 有什么建议吗?
更新:
最后,我卸载了 CodeRush,取消选中,然后重新检查了一些设置,发现 这里,并恢复了错误发生前项目的.csproj文件。刚刚重新安装,现在一切似乎都正常。
稍后我会将其作为错误提交给他们的支持。
I've recently installed CodeRush Devexpress, and now VS intellisense doesn't appear whilst I'm typing.
Syntax highlighting also seems to be a little bit screwed, but my main worry is intellisense.
Any suggestions for getting Intellisense back without doing an uninstall of CodeRush?
Update:
In the end, I uninstalled CodeRush, unchecked then rechecked some settings found here, and reverted the .csproj file of the project before the error occurred. Just re-installed and everything seems to be working now.
I'll submit this as a bug to their support later.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这听起来像是一个错误。
我会在 DevExpress 支持中心 提出支持问题,
这为您提供了跟踪进度的方法所述错误。
为了 CodeRush Xpress 用户的利益(他们同时也可能会遇到这种情况),应该注意的是,CodeRush Xpress 也受到 DevExpress 的完全支持,尽管它对您来说是免费的。
我进一步建议您在此处发布支持问题的链接,以便遇到此错误的其他人可以发现结果。
This sounds like a bug.
I would raise a support issue at the DevExpress Support Center
This provides you with a method for tracking the progress of said bug.
For the benefit of users of CodeRush Xpress, who might also come across this in the meantime, it should be noted that CodeRush Xpress is also fully supported by DevExpress even though it is free to you.
I further recommend that you post a link to the support issue here so that others who come across this bug can discover the outome.
如果您暂时禁用 CodeRush(例如使用
/SafeMode
命令行开关),它会再次起作用吗?Does it work again if you temporarily disable CodeRush, e.g. using the
/SafeMode
command line switch?在此期间,也许可以尝试修复 CodeRush 安装。
再次运行安装程序并选择修复。
In the interim, perhaps try a repair of the CodeRush Install.
Run up the installer again and choose repair.
也许您可以尝试重置您的设置通过运行
Devenv /ResetSettings SettingsFile
您可以提供
SettingsFile
参数来恢复到以前保存的一些设置,也可以省略SettingsFile
参数和所有将恢复默认的 Visual Studio 设置。Maybe you could try to reset your settings by running
Devenv /ResetSettings SettingsFile
You can supply the
SettingsFile
parameter to restore to some previously saved settings, or you can omit theSettingsFile
parameter and all default Visual Studio settings will be restored.