Like in Vim after install Surround plugin, user can select a word and then press "s" key, then input a tag or any free-text he want to use to surround the selected word.
I know in Visual Studio you can press c-k c-s to wake up a surround-with snippets selection, but they are predefine tags, is there a way to let user type the tag on the fly? or does VS snippets support this, any example?