我可以将 Visual Studio 的辅助 IntelliSense 与 ReSharper 的建议系统结合使用吗?

Jus*_*ner 2 resharper intellisense code-completion visual-studio

Visual Studio 的最新版本添加了 AI 辅助的 IntelliSense。请参阅下图标有星号的项目。

很多时候,这种人工智能辅助的 IntelliSense 效果很好。ReShaper 的建议系统总体来说比较强大,我一直坚持使用它。我的问题是我可以在 ReSharper 的建议系统中使用 Microsoft AI 辅助的 IntelliSense 吗?

Mr *_*ian 6

我的问题是我可以在 ReSharper 的建议系统中使用 Microsoft AI 辅助的 IntelliSense 吗?

恐怕你无法得到你期望的答案。

Assisted IntelliSense is from Visual Studio IntelliCode and is a part of Viusal Studio Intellisnese.

However, Resharper is a third-party extension and its Intellisense will inherit, overwrite Visual Studio Intellisense and then uses its own features.

In fact, it is not compatible with Visual Studio Intellisense. You can check this document. Besides, someone has reproted a similar issue.

So in use, you can only use one of them(Visual Studio Intellisense and Resharper Intellisense), but not use them all at the same time.

As a suggestion, if you're using VS2019, try switching between them(Extensions-->Resharper-->Options-->Environment-->Intellisense-->General) which this is the only better solution and thanks for Resharper has retained the option to use Visual Studio Intellisense.

在此输入图像描述

In addition, if you still want this feature and use both of them at the same time, you should contact with Resharper's support team and hope that they will give you a satisfactory answer.