以前,它使用ctrl + shift + g命令工作,但由于某些原因,它现在不能工作。
发布于 2020-08-26 12:20:33
您可以在User Keybinding中添加以下内容:
{ "keys": ["ctrl+shift+g"], "command": "emmet_wrap_with_abbreviation" },
https://stackoverflow.com/questions/63560993
相似问题