https://github.com/emmetio/emmet-atom/issues/503
f you find after installing emmet, tab completion doesn’t work as described in the documentation, go to Atom > Keymap or File > Keymap add the following code, then restart Atom (this fix worked for me):
'atom-text-editor:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
걍 이렇게 추가해준 뒤에 아톰 껐다 다시 켜니까 잘된다!
'HTML CSS' 카테고리의 다른 글
validation check 유효성체크 form 사용 (0) | 2022.04.06 |
---|---|
CSS Reset (0) | 2021.08.28 |
절대경로/상대경로 (0) | 2021.08.24 |
form hidden (0) | 2021.08.24 |
<input> 과 <button> 으로 각각 reset, submit 만들기 (0) | 2021.08.22 |