Hello community
I wrote a snippet which trigger is TOTO.
In a file, I write:
TO<tab>
gives me TOTO
TOTO<tab>
replace TOTO by TODO
TODO<tab>
gives me
touch(filename)
If instead I write:
hello TOTO<tab>
the trigger is cleared and only "hello" remains
I'm new to ST2 but I guess it's not the intended behavior.
How do I get my snippet working?
TIA
greg