Change search engine of Visual Studio 2019

Viewed 620

I need to change Search Engine of Visual Studio 2019.

Bing is not suitable for me.

I prefer Google to Bing. enter image description here

2 Answers

I find this option: Go to Tool -> Option -> Text Editor -> C++ -> Advanced -> Search Provider -> change bing to google. That's all.

Go to: Tools -> Option -> Text Editor -> C/C++ -> Advanced -> IntelliSense -> Search Provider -> then change "bing" to "google".

Related