John Katsantas
John Katsantas

Reputation: 593

Intellisense suddenly slowed down? VS2019

I haven't used VS2019 for the past few days. I opened it up today and Intellisense has drastically slowed down. I mean it's not awfully slow but takes 2-3 seconds while the results showed almost immediately a few days ago.

Is there a chance I installed something on my PC that slows Intellisense down? It does sound irrelevant to me but it's the only change that happened in these last days. I was studying neural networks and I installed a bunch of programms like PyCharm, Cuda, Anaconda and a lot of Python libraries for neural networks like Tensorflow. One of these even installed Nsight for VS I think.

Upvotes: 2

Views: 1233

Answers (2)

eric frazer
eric frazer

Reputation: 1648

Ah - I debugged it just a bit further. Remove NSightVSE and it speeds right back up. You can leave Cuda 11.1 SDK intact. Thank goodness.

Upvotes: 5

John Katsantas
John Katsantas

Reputation: 593

It seems a lot of people had the same issue recently. The problem is with CUDA version 11.1 and NsightVSE 2020.2. I uninstalled both and Intellisense is back to normal. From what I read, it should be fine with CUDA 11.0.3 and NsightVSE 2020.1. I haven't tested it though.

Upvotes: 1

Related Questions