Visual Studio 2005 代码片段

信息来自:db4o 6.4 tutorial ( net 2.0)

The following example shows how to create an autocompletion code snippet in Visual Studio 2005.
Create a "nq.snippet" file in any text editor.
Paste the following code:

<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets  xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
    <CodeSnippet Format="1.0.0">
        <Header>
            <Title>NQ</Title>
            <Shortcut>NQ</Shortcut>
            <Description>Code snippet for Native Query</Description>
            <Author>db4objects Inc.</Author>
            <SnippetTypes>
                <SnippetType>Expansion</SnippetType>
            </SnippetTypes>
        </Header>
        <Snippet>
            <Declarations>
                <Literal>
                    <ID>type</ID>
                    <ToolTip>Type</ToolTip>
                    <Default>MyType</Default>
                </Literal>
                <Literal>
                    <ID>var</ID>
                    <ToolTip>variable</ToolTip>
                    <Default>myType</Default>
                </Literal>
                <Literal>
                    <ID>expression</ID>
                    <ToolTip>Boolean expression</ToolTip>
                    <Default>return true;</Default>
                </Literal>
            </Declarations>
            <Code Language="csharp"><![CDATA[ IList<$type$> list = db.Query<$type$>(delegate($type$ $var$)
             {
                 $expression$
             });]]>
            </Code>
        </Snippet>
    </CodeSnippet>
</CodeSnippets>        
 

Save the file.
In the Visual Studio 2005 open Tools/Code SnippetsManager
Select language "Visual c#" if not yet selected. Press "Import..." button and select the newly created file. Select "Visual c#" as the location and press "Finish" button.
Now you can use the snippet by selecting it from "Edit/InstelliSense/Insert Snippet..." menu.
 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值