Reputation: 56439
Sometimes, after I search something (or accidentally click "search for definition), mostly in PHP files, the VS starts never-ending (running blue line) search (and I hear CPU loading during that time). However, I can't cancel that, with neither Esc and Ctrl+Shift+F > Stop
. What I should do?
I even hear how my CPU is loaded during that period and doesn't stop...
Upvotes: 4
Views: 1428
Reputation: 56439
Well, I haven't found other workaround till date, than :
$variable
name and select Peek to definition
and VS stops loading. Upvotes: 3