Automatic closing of single and double quotes vscode

My vscode does not automatically close single and double quotes. I have already disabled all extensions, autoclosing is already True, but the problem still persists.

VscodeVersion 1.15.0 (1.15.0)

MAC osx: Version 10.12.6 (16g29)

" editor."autoClosingBrackets": true,

Author: Comunidade, 2017-08-22

1 answers

Apparently, VSCode does not detect the single quote as the opening character when the Mac keyboard language is set to Brazil - Pro.

The solution is to change the language to Brazil or U.S. through the following steps:

  1. in System Preferences > Keyboard, click the plus symbol ( + ) in the lower left corner
  2. choose your preferred language (English > U.S. or Portuguese > Brazil)
  3. Click "Add".

Now, in the right corner of the status bar, click on the Brazil flag, and change the keyboard language to the language selected in the previous step.


It is worth noting that, both in the U.S. language and in the Brazilian language, the accents are inserted differently, and to use them, simply trigger the following shortcuts:

  • ´ - ⌥ + and
  • ^ - ⌥ + I
  • ˜ - ⌥ + n

Press the combination required to the desired accent and then the letter you want to Accent

 1
Author: Rogério Munhoz, 2018-04-18 03:12:55