SQL Complete Snippets - How to insert the text on your clipboard?

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
  1. SELECT TOP 100 * FROM #Clipboard#
I would get
  1. SELECT TOP 100 * FROM Table1
Is this something that SQL Complete is just lacking?