如何进行“环绕”在 Visual Studio 2010 中使用自由文本(未预定义)选择一个单词,就像在 Vim 中一样

发布于 2025-01-07 10:55:37 字数 177 浏览 2 评论 0原文

就像在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰雪梦之恋 2025-01-14 10:55:37

您可以创建自己的模板来执行您的要求,

请查看文档

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文