Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Red or green squiggly lines in Solution Explorer in VS 2013

What are these green squiggly lines in VS 2013 Solution Explorer underlining solution name, project name and file name and how to remove them? I just opened the solution and no files are checked out or modified.

enter image description here

No code is underlined and no errors or warnings are detected by Visual Studio in the file:

enter image description here

like image 350
Dean Kuga Avatar asked Dec 17 '14 17:12

Dean Kuga


People also ask

How do I get rid of the red squiggly lines in Visual Studio?

Tools -> Options -> Text Editor -> C/C++ -> Advanced -> IntelliSense -> Disable Squiggles : set this options to True.

How do I get rid of the green lines in Visual Studio?

Currently, as you may already know, there is an option to "disable" the green squiggles - Tools > Options > Text Editor > C/C++ > Advanced > "Disable Code Analysis Squiggles".

What is displayed in the Solution Explorer window?

The Solution Explorer tool window displays a solution and the project items created for this solution, for example, a business object or a screen. In the Solution Explorer, you can open items for editing and add new items to a solution. You can also search for files within a solution.


1 Answers

Productivity Power Tools for Visual Studio 2013 does that.
Here's the user request page: https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2455502-show-errors-in-solution-explorer-like-eclipse-does

You can disable the feature by turning it OFF from Visual Studio Options menu > Productivity Power Tools > Solution Error Visualizer.

like image 92
mhangan Avatar answered Nov 03 '22 03:11

mhangan