atom-bootstrap3
atom-bootstrap3 copied to clipboard
Tab Key Defaults to Emmet
When I press the tab key (even when the dropdown of options is shown), the behavior defaults to emmet. For example, pressing tab
when panel
shows results in <panel></panel>
.
This is what worked for me, having Emmet installed along with atom-bootstrap3:
- Restart Atom after installing atom-bootstrap3;
- Type
html-
; - Press RETURN instead of TAB.