TrueTemplate icon indicating copy to clipboard operation
TrueTemplate copied to clipboard

How to disable auto bracket ?

Open yldbear77 opened this issue 5 years ago • 1 comments

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 ?

yldbear77 avatar May 26 '20 14:05 yldbear77

Hey, Go to options -> Plugin Configuration -> True Template -> Mark (unmarked by default) disable auto templates in editor. Hope it helps.

pankajm05 avatar Dec 18 '20 04:12 pankajm05