This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,3 +507,16 @@ angular.lowercase(${1:string});
507507```
508508angular.uppercase(${1:string});
509509```
510+
511+ ## FAQ
512+
513+ #### Can't I use autocompletion with tab when I installed emmet plugin
514+
515+ See [ emmet's document] ( https://github.com/emmetio/emmet-atom#tab-key )
516+
517+ In your `keymap.cson1, add the following code.
518+
519+ ```
520+ 'atom-text-editor[data-grammar="text html angular"]:not([mini])':
521+ 'tab': 'emmet:expand-abbreviation-with-tab'
522+ ```
Original file line number Diff line number Diff line change 99# https://atom.io/docs/latest/advanced/keymaps
1010# '.workspace':
1111# 'ctrl-alt-o': 'angularjs:toggle'
12-
13- # fix to confilct with emmet's tab autocompletion
14- # <https://github.com/angular-ui/AngularJS-Atom/issues/19>
15- ' atom-text-editor[data-grammar="text html angular"]:not([mini])' :
16- ' tab' : ' emmet:expand-abbreviation-with-tab'
You can’t perform that action at this time.
0 commit comments