Open
Description
the extension already has wildcard expansion for SELECT statements.
I think it'd be simple enough to do for INSERT clause too.
Example of mssql extension doing SELECT * wildcard expansion. Feature request is for INSERT clauses too
INSERT INTO dbo.MyTable
example references in other extensions:
- https://docs.devart.com/studio-for-sql-server/writing-and-executing-sql-statements/wildcard-expansion-in-sql-statements.html
- https://docs.devart.com/sqlcomplete/writing-sql-with-code-completion/statement-expansion.html#:~:text=after%20the%20*%20symbol.-,Expand%20the%20INSERT%20statement,-This%20feature%20allows
-
- Note in this example, this populates the VALUES clause with dummy data. this is not strictly necessary