You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing . to auto-insert .class is amazing when it works but there exist various cases where it misfires and prevents from inserting proper code.
For example:
Screen.Recording.2023-05-15.at.13.32.52.mov
Scopes.
It also appears that it's not possible for the user to override this key binding because if I add -punctuation.separator to the context then my custom binding won't trigger but the original one still will. I suppose a workaround might be to disable emmet_auto_id_class and then use custom key binding.
Pressing
.to auto-insert.classis amazing when it works but there exist various cases where it misfires and prevents from inserting proper code.For example:
Screen.Recording.2023-05-15.at.13.32.52.mov
Scopes.
It also appears that it's not possible for the user to override this key binding because if I add
-punctuation.separatorto the context then my custom binding won't trigger but the original one still will. I suppose a workaround might be to disableemmet_auto_id_classand then use custom key binding.