Atom pakage_Emmet_tab key does not working
# atom editor 에서 확장자를 명시하지 않고 파일 생성시 Emmet 의 tab 키 기능이 제대로 작동하지 않음.
--> 해결법은 아래와 같음. (비정상 작동시에도 tab 키의 대체키 조합인 'ctrl + e 는 작동함.')
If 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'
'프로그래밍(Programming) > 코딩 편집기(Coding Editor)' 카테고리의 다른 글
Atom editor 단축키 & tip (0) | 2019.01.06 |
---|---|
atom editor 자동줄바꿈 설정 (0) | 2018.12.27 |