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

Typing ) when there is already a ')' should not eat the character. #43042

Closed
nojvek opened this issue Feb 6, 2018 · 4 comments
Closed

Typing ) when there is already a ')' should not eat the character. #43042

nojvek opened this issue Feb 6, 2018 · 4 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@nojvek
Copy link
Contributor

nojvek commented Feb 6, 2018

Steps to Reproduce:

  1. Type helloWorld(((('hello'))))
  2. Put cursor after apostrophe Type helloWorld(((('hello'|))))
  3. Type ')', vscode will eat the character.
  4. Vscode will eat the next 4 characters. You can add '(' but ')' gets eaten if there is a already a ')'.

It's very weird. When I type something, I want vscode to show it on the editor.

Stop the hungry hippo behaviour please :)

@vscodebot vscodebot bot added editor editor-core Editor basic functionality labels Feb 6, 2018
@svitlana-galianova
Copy link
Contributor

Hello, I would love to help out here. I tried to find folder/file/function where this issue should be fixed, but unfortunately I could not find it. I would appreciate if you would guide me in the right direction.

@usernamehw
Copy link
Contributor

usernamehw commented Feb 6, 2018

Duplicate of #34606 or #37315 ?
There is an option "editor.autoClosingBrackets": false that disables this behavior but it also disables auto creating brackets.
Splitting it into 2 options would be nice: one to disable auto creation, another - to disable jumping.

@octref octref added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 7, 2018
@vscodebot
Copy link

vscodebot bot commented Feb 7, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@octref octref removed editor editor-core Editor basic functionality labels Feb 7, 2018
@vscodebot vscodebot bot closed this as completed Feb 7, 2018
@octref
Copy link
Contributor

octref commented Feb 7, 2018

#37315

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants