senkenn / sqlsurge

Visual Studio Code extension for SQL language server
https://marketplace.visualstudio.com/items?itemName=senken.sqlsurge
MIT License
18 stars 0 forks source link

Change to use paramTypes for formatting #112

Closed senkenn closed 3 weeks ago

senkenn commented 3 weeks ago

This pull request refactors the SQL formatting logic to utilize paramTypes, streamlining the process and enhancing configuration handling. The previous placeholder conversion and reversal steps have been removed, simplifying the formatting workflow. This change addresses issue #110 by improving the overall efficiency and maintainability of the code.

close #110