How to make "Surround-with" a selected word with free text (not predefined) in Visual Studio 2010, for example, in Vim

As in Vim, after installing the Surround plugin, the user can select a word, and then press the "s" key, then enter a tag or any free text that he wants to use to surround the selected word.

I know that in Visual Studio you can press ck cs to wake up the environment by selecting fragments, but they are predefined tags, is there a way to let the user enter a tag on the fly? or do VS fragments support this, any example?

+5
source share

All Articles