My background color in VS is set to black, the problem is that the numeric sql types also (by dafault I guess) are set to black, so I can not see them. Under what name are associated numeric types in "Fonts and Colors" options menu?
+2
A:
The type names (e.g., bigint
) are colored as Keyword. The numeric literals (e.g., 500
) are colored as Number.
Mark Cidade
2010-09-18 13:01:53
Thanks. In "fonts and colors" they were set to "default" and looked fine (with green color), but in TSQL editor they were displayed as black (dont know why). When i explicitly set them to "green" they showed up.
kofucii
2010-09-18 13:06:51