Skip to content

Instantly share code, notes, and snippets.

View almapase's full-sized avatar

Alex Pacheco Segura almapase

View GitHub Profile
@almapase
almapase / Readme.md
Created March 6, 2017 04:51 — forked from mxstbr/Readme.md
Enable tab completion for JSX with Emmet in Atom

Enable tab completion for JSX with Emmet in Atom

This guide assumes you have the emmet and language-babel packages already installed in Atom

Gif of the tab completion working

  1. Open the keymap.cson file by clicking on Atom -> Keymap… in the menu bar
  2. Add these lines of code to your keymap:
'atom-text-editor[data-grammar~="jsx"]:not([mini])':