sublime text 3 tab建失效的解决办法
作者:互联网
第一步:依次点击 “首选项” → “快捷键设置”。
第二步:在新出现的窗口右侧,找到下列代码并删除即可。
一般位于第一行。
{
"keys":["tab"],
"args":{"action":"expand_abbreviation"},
"command":"run_emmet_action",
"context":[
{
"key":"emmet_action_enabled.expand_abbreviation"
}
]
}
标签:text,快捷键,abbreviation,expand,tab,action,emmet,sublime 来源: https://blog.csdn.net/m0_46390616/article/details/112387449