This is an intermittent ongoing issue I’ve been experiencing: I cannot type “}”!
This usually happens in the middle of a programming session and I cannot really link it to any specific actions that I take. Most often it can be resolved by restarting Sublime Text. Additionally I’ve experienced stability issues - crashes - during the same period. Today the it completely stopped working and would not be resolved by restarting, so I started systematically disabling packages and rebooting every time (I did not go through all of them as I have a lot). Also, I tried temporarily removing all of the custom snippets I use. None of it helped. Finally I found https://forum.sublimetext.com/t/cannot-type-closing-bracket/6902/2&hilit=cannot+use+closing+bracket#p35787 and managed to fix it by adding in
{ "keys": "shift+alt+9"], "command": "insert", "args": {"characters": "}"} }
in my keymap file (I am using a danish keyboard).
I did manage to solve the problem, but I would love if anyone can help me sort out the origin of the problem.
Here is my console log https://gist.github.com/webconsult/5152938ebf712603246d