如何进行“环绕”在 Visual Studio 2010 中使用自由文本(未预定义)选择一个单词,就像在 Vim 中一样
就像在 Vim 中安装 Surround 插件后一样,用户可以选择一个单词,然后按“s”键,然后输入一个标签或任何他想要用来包围所选单词的自由文本。
我知道在 Visual Studio 中您可以按 ck cs 唤醒环绕片段选择,但它们是预定义标签,有没有办法让用户即时键入标签?或者 VS 片段是否支持这个,有什么例子吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建自己的模板来执行您的要求,
请查看文档
http://msdn.microsoft.com/en-us/library/6hf704tz(v=vs.80).aspx
You can create your own templates to do what your asking
take a look at the docs
http://msdn.microsoft.com/en-us/library/6hf704tz(v=vs.80).aspx