由於我定義了以下片段,因此在嘗試使用surround時總是會收到不需要的選擇。SurroundsWith VS2012的片段提供選擇
<CodeSnippet Format="1.0.0">
<Header>
<Title>Dependency Properties region</Title>
<Shortcut>#regiondp</Shortcut>
<Description>
Umschliesst die Selektion mit einer region namens Dependency Properties
</Description>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<Code Language="csharp" Kind="method decl">
<![CDATA[
#region Dependency Properties
$selected$
#endregion
]]>
</Code>
</Snippet>
當在C#文件中使用「用......環繞」,爲什麼VS2010問我,現在我是否要使用「C#代碼段」或「Visual C#中」片段?
您錯過了附件xml中 CodeSnippet>的封閉標籤 – Tamir 2012-07-18 09:08:04
您是對的,如果我編輯我的貼子,我可以看到它,所以它不是真的缺少,但它沒有appeare。我無法糾正這一點,對不起。 – MTR 2012-07-18 12:07:15
如果我的回答對您有幫助,請考慮標記爲答案。 – Tamir 2012-07-19 15:18:43