【发布时间】:2016-12-04 00:35:42
【问题描述】:
如果 Visual Studio 2015/VB.net sn-ps 能够获取它们写入的函数名称,那将非常有帮助。 例如这样的函数:
private function SomeFunctionA() as Boolean
<insert snippet here and it generates 'SomeText - SomeFunctionA>
end function
private sub aSubRoutine()
<insert snippet here and it generates 'SomeText - aSubRoutine>
end sub
如果可能与否,任何信息都会非常有帮助(这对谷歌来说是一个棘手的问题!)在此先感谢。
PS - 我知道如何创建 sn-ps,但我不知道任何可以执行上述操作的语法。
【问题讨论】:
标签: .net vb.net methods visual-studio-2015 code-snippets