SQL syntax highlighting in Visual Studio 2017

I installed Visual Studio 2017, including SQL Server data tools. The T-SQL editor correctly emphasizes errors, but there is no syntax highlighting. All text is black. See for example

enter image description here

The SQL code used for coloring in Visual Studio 2015. The color highlighting syntax still works well for C # on Visual Studio 2017.

I tried to work (Enterprise edition on Windows 7) and at home (community version on Windows 10), the same result.

Is there anything special to do this?

+4
source share
2 answers

There seems to be a bug with non-English language packs. I changed it to English as indicated in this post and now it works.

+4

Enterprise 2017 , , Visual Studio , .

enter image description here

0

Source: https://habr.com/ru/post/1671887/


All Articles