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'

+ Recent posts