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

Add VS2015 support to the "current" VS Extension, leave only 2013 in the split-off extension #236

Closed TaoK closed 5 years ago

TaoK commented 5 years ago

As per @spottedmahn's comment in #229, and 's response at https://twitter.com/mkristensen/status/1156951444018192386, it should be possible to easily support VS 2015 in the current/latest extension.

After some playing around, it turns out I just had a fundamentally broken understanding of the VS extensibility support assemblies, and fixing some references made everything OK.

This issue tracks the change/fix.

TaoK commented 5 years ago

Fixed.