Where’s the text highlighting in SSMS 2014

ssms

In visual studio I find it very helpful to find where a variable is being used by highlighting it and all occurrences of that var will appear highlighted as well.

Is there a way to enable this feature in Sql Server Management studio 2014 while viewing scripts?

Text highlighting is mentioned here.

Thanks!

Best Answer

SQL Server Management Studio (SSMS) 2016 has this feature. There is no real reason to user the older versions now as it's supposed to be backwards compatible, although there may be a bug or two (see below).

Just press Ctrl+ F to see your keywords highlighted like this:

SSMS 2016 highlighting

Maybe a few bugs for SSMS 2016 on connect ...

enter image description here