haha!
I met the same problem just like you~
hope following answer can help you.
I use sublime-text3.
first,
you should check sublime text > Edit > show completion ( check it > ctrl + space or tab )
In my case, that was set as “Ctrl + space”.
So, I set “HTML” in right corner, wrote html and pressed “crt+space”, then it worked.
If it worked and you want to change the key as Tab.
You can go to “preference” > keybindings > put this code> { “keys”: [“tab”], “command”: “auto_complete” } in user setting > done!
hope it can help you~~
Hope you can understand my poor English OTL…
html 입력하고 tab 키를 눌렀음에도 불구하고, 반응이 없으면,
edit설정의 show completion을 확인 하세요.
그리고 ctrl+space로 설정되어 있다면,
preference > key binding 에서 아래 코드를 입력하세요.
{ “keys”: [“tab”], “command”: “auto_complete” }
물론 user 라는 파일 창에 입력해야 합니다.
输入html之后,按tab之后,如果不自动完成显示的话,
进入edit选项,查看 show completion 是否设置为tab,
我的情况是设定为 ctrl+space。
若果想更换为tab键,你可以进入preference选项,选 key binding。
在user窗口输入以下编码即可。
{ “keys”: [“tab”], “command”: “auto_complete” }
祝你好运咯~