SQL Complete Snippets - How to insert the text on your clipboard?
In other tools I've used similar to SQL Complete there's always been a placeholder that would insert what you have copied into the snippet.
For instance if I copied the text "Table1" and used this snippet
- SELECT TOP 100 * FROM #Clipboard#
I would get
- SELECT TOP 100 * FROM Table1
Is this something that SQL Complete is just lacking?