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

How does this get invoked? #259

Open end-user opened 3 years ago

end-user commented 3 years ago

Clearly this is dependent on the application that uses the extension, but it's really unclear how to invoke the functions. Could there be some documentation added for each app that can use it? For example, this was recently added to Azure Data Studio, but I can't find how to use/call it.

CampaginAgent commented 3 years ago

In VS2019, it's Control-K, F

dave