JB06
JB06

Reputation: 1931

How do I remove these annoying error labels?

VS 2022

enter image description here

How do I get rid of these annoying error popups while I'm typing? They even appear over the text I'm currently typing sometimes.

I'm not exactly sure when it started, I may have accidentally turned on an option by mistake, but I don't remember which option controls this.

Upvotes: 1

Views: 53

Answers (1)

Wa.
Wa.

Reputation: 141

Tools > Options > Text Editor > C# (for example) > Advanced > Display diagnostics inline (uncheck)

Upvotes: 2

Related Questions