gpt4 book ai didi

visual-studio-2010 - VS2010 环绕片段 - 我可以复制 $selected$ 文本吗?

转载 作者:行者123 更新时间:2023-12-02 02:21:17 24 4
gpt4 key购买 nike

我想创建一个使用 $selected$ 文本两次的环绕片段 - 作为 HTML 链接的文本和标题。这是我写的:

<?xml version="1.0" encoding="utf-8"?>
<CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<Header>
<SnippetTypes>
<SnippetType>SurroundsWith</SnippetType>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Title>My Link</Title>
<Author>Me</Author>
<Description>Makes a special link.</Description>
<HelpUrl>
</HelpUrl>
<Shortcut>myLink</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal>
<ID>Link</ID>
<ToolTip></ToolTip>
<Default>http://www.aggienetwork.com</Default>
<Function></Function>
</Literal>
</Declarations>
<Code Language="html"><![CDATA[<a style="color: #1a4e9d; text-decoration: none;"
href="$Link$" title="$selected$" target="_blank">$selected$</a>$end$]]></Code>
</Snippet>
</CodeSnippet>

如果我使用它,$selected$ 文本仅作为文本出现一次,而 title 属性为空。有人知道如何进行这项工作吗?

最佳答案

这似乎是个问题,希望 Microsoft 将来考虑将 $selected$ 用作文字...

Code Element (IntelliSense Code Snippets)

关于visual-studio-2010 - VS2010 环绕片段 - 我可以复制 $selected$ 文本吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8067284/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com