在 SSMS 的 ctrl K/X 中找不到我的代码片段
Can't find my snippets in ctrl K/X in SSMS
我在 windows 中导入了它们:
http://imgur.com/u2FSL4I
但我无法在以下位置找到它们:
http://imgur.com/9sQM1mC
知道为什么吗?这是全新安装的 SSMS(和 windows)。以前工作过。
您能否验证在您的代码段的定义中,您是否包含以下部分:
<SnippetTypes>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
and/or
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
这表示代码片段可以并且将从何处使用。
来源:
我在 windows 中导入了它们: http://imgur.com/u2FSL4I
但我无法在以下位置找到它们: http://imgur.com/9sQM1mC
知道为什么吗?这是全新安装的 SSMS(和 windows)。以前工作过。
您能否验证在您的代码段的定义中,您是否包含以下部分:
<SnippetTypes>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
and/or
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
这表示代码片段可以并且将从何处使用。
来源: