Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration option to disable pairing quotes and parenthesis pairing autocompletion #13

Open
fernandocanizo opened this issue Jul 31, 2019 · 0 comments
Labels
plugin Can be implemented with a plugin

Comments

@fernandocanizo
Copy link

I find very uncomfortable to have forced auto-pairing completion.

An example that makes me make mistakes and/or type more instead of less:

Step 1: Date.parse("2019-07-31T22:13:54.697Z")
Step 2: now I want to check it, so I go to the beginning of the line, and type isNaN( and after the first parenthesis, jay autocompletes for me the second, leaving me with: isNaN()Date.parse("2019-07-31T22:13:54.697Z")

Now I have to delete the bad closing parenthesis. Some times is even worst since I forget about the autocompletion and go to the end to add the second one, and press ENTER, just to notice syntax is wrong.

Another way this results uncomfortable is when you paste something which gets auto-paired, causing bad syntax again.

I would vote to completely remove the feature, since I find it's not useful at all, but a configuration option to disable it would be ok too.

@rsify rsify added the plugin Can be implemented with a plugin label Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin Can be implemented with a plugin
Projects
None yet
Development

No branches or pull requests

2 participants