TrueTemplate
TrueTemplate copied to clipboard
How to disable auto bracket ?
Hello, I want to toggle option kind of disabling auto bracket and auto completing words function.
when I try typing
int arr[5] = {0};
it makes code like below right away.
int arr[5] = {
@cursor_here
};
and when I type
int &ret
and give one space, then it makes code like below right away.
int &return ;
How to toggle those options ?
Hey, Go to options -> Plugin Configuration -> True Template -> Mark (unmarked by default) disable auto templates in editor. Hope it helps.