-3

There is a green underline similar to the red error underline that IntelliSense has. However, the green one appears to only point out tables, and SELECT columns.

Nothing is wrong with them. How do I shut this off?

misterc625
  • 37
  • 2
  • 4
  • 2
    Ok a few things - What IDE are you using? What steps have you tried? I.e have you even Googled this? – Stuart.Sklinar Jan 31 '18 at 16:30
  • As stated in the answer - the green lines are warnings. If you're using Visual Studio, most warning are configurable... but if you haven't changed anything, you might want to (at least) think about what they are trying to tell you. – Paul Michaels Jan 31 '18 at 17:27

1 Answers1

4

You can see the meaning of the lines and other colors/highlights in Tools>>Options>>Fonts and Colors:

enter image description here

Green squiggly lines are "Warnings". There seems to be mixed results in trying to suppress these or turn them off though.

JNevill
  • 46,980
  • 4
  • 38
  • 63