This extension can be helpful in debugging SQL query executed by your application (e.g some of ORM like EF)
press F1
and type Convert
command to run convertor on active query.
The current release is available to download as a .vsix file and can be installed by opening the command palette (ctrl/command+shift+p
) and selecting Extensions: Install from VSIX...
Inspiring from https://github.com/mattwoberts/execsqlformat. so Thank you @mattwoberts.
- Support converting multiple sp_executesql statements #6
- fix bug in parsing double quote in the query
- fix bug in regex for reading query with extra white character
- fix a bug in format document
- improve the experience with modify selection and scrolls position
- fix bug in sp_executesql with an unnamed parameter value
- Initial release