Hi,
I want to get an inserted text (not a CodeText) from an ICodeSnippet instance.
For instance, I want to get the below string for IF snippet:
IF expression THEN
statement
END_IF;
Not this:
IF $exp1$ THEN
$stm1$$end$
END_IF;
Is there a good way to do this?
Thanks.