admin管理员组文章数量:1395897
While I use Visual Studio IDE snippets, one of the features of Ultisnips and Hypersnips which I miss is the following:
a snippet can be designated with flag iA
and that means that the snippet will expand inword automatically (without <tab>
key for snippet acceptance).
So, the following snippet:
snippet US "insert underscore" iA
_
endsnippet
will insert _
whenever it encounters US
even if it is within a word and not just at the beginning of a line.
So, NameUSOfUSVariable
when typed will automatically when typed translate into Name_Of_Variable
Is something like this possible in Visual Studio IDE natively or via some extension?
XPost: /
本文标签: visual studioEquivalent of Ultisnips (Vim) and Hypersnips (VSCode) extensionsStack Overflow
版权声明:本文标题:visual studio - Equivalent of Ultisnips (Vim) and Hypersnips (VSCode) extensions? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744610833a2615644.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论