Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
99 views
in Technique[技术] by (71.8m points)

c# - How to remove the squiggly lines from my VS 2019 Solution Explorer

I used to have Visual studio 2019 pro edition but this never occurred before. Now that I have the Enterprise edition, green squiggly lines appear under every folder or file that includes a warning. It is so annoying. How do I remove those lines from the Solution Explorer. I'm okay with it if they are inside the code.

enter image description here

question from:https://stackoverflow.com/questions/65889278/how-to-remove-the-squiggly-lines-from-my-vs-2019-solution-explorer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can disable the warnings squiggly lines in Solution Explorer from the Visual Studio options.

  • Go to Tools > Options > Productivity Power Tools > Solution Error Visualizer.
  • Uncheck the 'Underline items contains warnings'.

Options > Productivity Power Tools > Solution Error Visualizer


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...