Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calling snippets inside another snippet

<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
    ......

    <Snippet>

     .......

        <Code Language="vjsharp" Format="CData">
            <![CDATA[ 

                  ====== here i need to call another snippet code part =======
            ]]>
        </Code>
    </Snippet>
</CodeSnippet>

I have a block like this for example, if i need to insert another snippet code in this means how to do that ?

Is it possible ?

like image 301
shanmugharaj Avatar asked Mar 25 '26 00:03

shanmugharaj


1 Answers

You cannot call a snippet from another snippet. Simply copy-paste the code of the other snippet where you need.

like image 111
Alberto Avatar answered Mar 26 '26 14:03

Alberto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!