Skip to content

How to disable auto bracket ? #12

@yldbear77

Description

@yldbear77

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions