MarcS
MarcS

Reputation: 31

Does the Poor Man's T-SQL formatting add-in for Management Studio 2012 work in Management Studio 2016?

Basically the same question as this but now for SSMS 2016.

I've installed SSMS 2016 RC3 (alongside SSMS2012 & SSMS2014). I also installed Poor Man's formatter and copied the 11.0 folder as 12.0 and 13.0. When launching SSMS2014 I have the Tools > Format T-SQL Code menu-option. Which I don't have in SSMS106. Am I overlooking something?

Upvotes: 3

Views: 6513

Answers (2)

Tao
Tao

Reputation: 13996

This support was finally added today. Download the new SSMS Extension at http://architectshack.com/PoorMansTSqlFormatter.ashx

Upvotes: 2

Dealdiane
Dealdiane

Reputation: 4064

Since RC2, they've moved to using Visual Studio 2015 shell for it. Plugin authors will need to update their plugins to support the newer APIs. - https://dba.stackexchange.com/a/134208

Also, take a look at ApexSQL Refactor. It's free and supports code-formatting as well. At this time of writing, it currently doesn't work with SSMS2016 RC2 and above though. It also now supports SSMS 2016.

Upvotes: 3

Related Questions