Hi,
I have a question about the template session of the IntelliPrompt Code Snippet.
When I create a template session programmatically, the text on the left of the caret is deleted.
For example, if the caret is at * position and a snippet ("TEST") template session is created,
aaa *
the result is like this:
TEST
If I create a template session using the snippet shortcut (pressing TAB after a code snippet shortcut), the text on the left of the caret is not deleted (and it is fine to me).
aaa TEST
I'd appreciate it if you would tell me how to create template sessions without deleting the text before the caret.
Thank you.