I want to inject the current namepace on my snippet. Does anyone have an idea to help me ?
ClassName function returns the name of the class that contains the inserted snippet. There is something for namespace ?
Thanks, Fabien
Snippet sample:
<Declarations>
<Literal default="true" Editable="false">
<ID>classname</ID>
<ToolTip>Class name</ToolTip>
<Function>ClassName()</Function>
<Default>ClassNamePlaceholder</Default>
</Literal>
<Literal Editable="false">
<ID>namespace</ID>
< ??? />
</Literal>
</Declarations>
<Code Language="CSharp">
<![CDATA[
$namespace$ $classname$
]]>
</Code>
expected result : "TheCurrentNamepace.OfMyClass" "MyClassName"