fsnotes
fsnotes copied to clipboard
Automatic closing of braces, brackets and quotes should only happen if the following character is different
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?