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
947 stars 266 forks source link

SSMS Extension: how to obfuscate/minify? #253

Open ZedZipDev opened 4 years ago

ZedZipDev commented 4 years ago

Does SSMS Extension have a "Obfuscate/Minify" as it is in online formatter? I did not find it in the extension.

DigitalCog commented 3 years ago

Hey @Oleg26Dev, the minify option is in the ssms extension as it is on the online version. You use the tags --[minify]/[/minify] to have it minify the code.

Having used the extension for some time, I have not found the obfuscate option anywhere, but I also haven't needed to look. Hope this helps.