John Fadria
John Fadria

Reputation: 1945

Impossible to type the percentage character in Visual Studio Code

Sure it's silly, but I can't find the solution. I can't type the percentage character in the visual studio code editor. It does not matter the programming language.

Thanks in advance

Upvotes: 1

Views: 1044

Answers (1)

Ivan Ivanic
Ivan Ivanic

Reputation: 3054

A bit late to the party, but hey, maybe it helps someone else.

'shift+5' is bound to something in Emmet. To fix this, go to Keyboard Shortcuts, in the filter field there is a small keyboard icon on the right, click on the icon it will show "Recording keystrokes", then type shift+5, in the list it will show what is bound to that (should be Emmet keybinding) right click on the keybinding row, choose Unbind.

Upvotes: 2

Related Questions