简体   繁体   English

C++ 的 VS19“突出显示对光标下符号的引用”关闭等效项

[英]VS19 "Highlight references to symbol under cursor" off equivalent for C++

I am trying to turn off the auto highlighting of symbols under the cursor.我正在尝试关闭 cursor 下符号的自动突出显示。

In C# this is here:在 C# 中,这里是:

在此处输入图像描述

However I can't find the matching option for the C/C++ editor但是我找不到 C/C++ 编辑器的匹配选项

Any help?有什么帮助吗?

The option is under Text Editor → C/C++ → Advanced → Disable Reference Highlighting:该选项位于 Text Editor → C/C++ → Advanced → Disable Reference Highlighting 下:

Considering the unfortunate use of a double-negative, you'll want to set that option to "True" in order to disable that automatic highlighting of references.考虑到不幸使用双重否定,您需要将该选项设置为“True”,以禁用引用的自动突出显示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM