TaoK / PoorMansTSqlFormatter

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.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
964 stars 267 forks source link

Support for SSMS v17 and v18? #264

Closed quadrilo44 closed 3 years ago

quadrilo44 commented 3 years ago

I just tried to install this on SSMS v17.8.1 and received the following error from the installer:

This setup requires SSMS 2014, 2016, 17 or 18 installed.

Is there intent to support the newer versions of SSMS?

quadrilo44 commented 3 years ago

Closing. This was user error. I was running the installer under a user account that had not run SSMS before and did not have the registry entries that the installer is looking for.

See: https://github.com/TaoK/PoorMansTSqlFormatter/issues/193#issuecomment-765064754