You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like auto-pairs to have an option to only do the auto-pair if we are at the end of the line (no more characters to the right aside from a newline). This makes it so you get the auto-pairing as you are typing new text but don't (in general) when you are editing existing text.
The text was updated successfully, but these errors were encountered:
I noticed when editing a Go file that if I type a " in the middle of code it generates the matching " but if I type a " in the middle of a comment it doesn't.
I also noticed when editing Markdown it works pretty much the way I want, with a single " if in the middle of a line and a paired "" when typed at the end of a line.
Is there a configuration setting I'm missing somewhere here to tweak this behavior?
I'd like auto-pairs to have an option to only do the auto-pair if we are at the end of the line (no more characters to the right aside from a newline). This makes it so you get the auto-pairing as you are typing new text but don't (in general) when you are editing existing text.
The text was updated successfully, but these errors were encountered: