I have this entry in my AutoReplace file:
TO_C=TO_CHAR('[#]','DD/MM/YYYY')
When I type TO_C + TAB, the string is replaced as defined:
TO_CHAR('[#]','DD/MM/YYYY')
(I mean, even the '[#]' is typed), and the cursor places after the right parenthesis, and not instead of the '[#]'.
Same situation...