sql scripts - In the Visual Studio SQL editor, how do I get rid of the boxes? -


i create sql tables , stored procedures writing script inside visual studio. works me except 1 simple annoyance: vs puts blue boxes around sql queries , data-manipulation commands. purpose of these boxes draw undue attention fact vs thinks query can edited in “query builder.”

i don’t want use query builder. want nice, clean script reflects fantastic vision of db engine should do. blast it, jim, i’m programmer not microsoft access hobbyist!

i do, however, syntax highlighting , source-control integration vs provides.

so question this: how turn off annoying blue boxes?

set color of sql query outline same color background.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -