Open
Description
Describe the Feature
Detect / Format parameters included in SQL statement
Such as
SELECT * FROM test = ?
parameters: ['foo']
Why do you want this feature?
Some tools / logging output queries with the parameters listed at the end of the statement, this enhancement would allow formatting this type of SQL anywhere without direct access to the API, like in VSCode for example.
I'm happy to help with the code on this if its likely to be merged as a pull request.