如何禁用 Microsoft.CodeAnalysis.Remote.RemoteEndPoint.InvokeAsync?

Dir*_*oer 6 ide performance visual-studio

我的 Visual Studio 通常在一段时间后似乎变得非常缓慢。这就像在泥里打字一样。我很幸运,上次我遇到这个问题时,我实际上遇到了相关的崩溃,并且在关闭进程后显示了堆栈跟踪:

StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before 
the request could complete.
    at async StreamJsonRpc.JsonRpc.InvokeCoreAsync(<Unknown Parameters>)
    at async StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](<Unknown Parameters>)
   at async Microsoft.CodeAnalysis.Remote.RemoteEndPoint.InvokeAsync(<Unknown Parameters>)
Run Code Online (Sandbox Code Playgroud)

据我所知,我已经禁用了所有项目中的所有“实时分析”:

实时分析已禁用

这还是从哪里来的?它有多重要?我怎样才能尽可能地禁用它。

糟糕的打字性能是 VS 最令人沮丧的部分之一。