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?
Kai.c source
share