Sergey
Sergey

Reputation: 412

How to hide three dots underlining macro names in Visual Studio 2019 C++

Every use of any macro names in my projects gets underlined with 3 dots: enter image description here

When I hover mouse over it , I get a light bulb and small msg box saying that browsing around this identifier may be incorrect and suggest to add this macro to a hint file, which doesn't seem to do anything:

enter image description here

Anyone knows how to get rid of the dots ?

Upvotes: 0

Views: 579

Answers (1)

Sergey
Sergey

Reputation: 412

Finally after multiple attempts of "staring at the screen" problem solving method I found a way to turn the dots off. In "Tools->Options" menu navigate to "Text Editor->C/C++->View" and in the drop-down box "Macros in skipped browsing regions" select "none".

Upvotes: 2

Related Questions