fsnotes icon indicating copy to clipboard operation
fsnotes copied to clipboard

Automatic closing of braces, brackets and quotes should only happen if the following character is different

Open gingerbeardman opened this issue 3 years ago • 0 comments

Describe your feature request

  • Automatically insert closing braces and close quotes

This is a cool option.

But I think it should only happen if the following character is different. So if I accidentally type both () there would be no penalty.

Currently if I type both () then the output is ()|) which takes effort to spot and fix. | is the cursor position.

Ideally when I type both () the cursor should end up in this position: ()|

Additional context

  • macOS, maybe iOS?

gingerbeardman avatar Jan 30 '22 20:01 gingerbeardman