A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
Hi, I've fixed the dependencies to allow working with Visualstudio 2019 and SSMS 18.0.
I have not touched the source code but only the project file.
Operation:
1) Complete the project.
2) Copy the file PoorMansTSqlFormatterSSMSPackage.pkgdef to the directory: C: Program Files (x86) SQL Server Management Studio 18 Common7 IDE Extensions
3) Modify the file PoorMansTSqlFormatterSSMSPackage.pkgdef replacing "CodeBase" = "C: XXX with the solution path
4) Start SSMS 18.0
Hi, I've fixed the dependencies to allow working with Visualstudio 2019 and SSMS 18.0. I have not touched the source code but only the project file. Operation: 1) Complete the project. 2) Copy the file PoorMansTSqlFormatterSSMSPackage.pkgdef to the directory: C: Program Files (x86) SQL Server Management Studio 18 Common7 IDE Extensions 3) Modify the file PoorMansTSqlFormatterSSMSPackage.pkgdef replacing "CodeBase" = "C: XXX with the solution path 4) Start SSMS 18.0
Project File: PoorMansTSqlFormatter.zip
PoorMansTSqlFormatterSSMSPackage.pkgdef: PoorMansTSqlFormatterSSMSPackage.zip