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

formatted protected Word #267

Open GregoryDoche opened 3 years ago

GregoryDoche commented 3 years ago

It's the first time I'm testing this extension, and I don't find a option to format correctly protected words when they are used like a property in a table. For example Table.Name, Table.Value , Table.Type => to be transformed in Table.[Name], Table.[Value] , Table.[Type] .Date .Description .Location