Auto-completion of HTML tags for bootstrap classes
I am working on an Angular 2 project and when I try to insert .container [bootstrap class] and press Ctrl + Space, it doesn't auto-complete the <div></div> tags inside .html file for me. Earlier it was working. Now I have to type everything manually. Why is that?
Please sign in to leave a comment.
Choosing a selector from completion is not supposed to add tags... You can type .selector and hit Tab to get
generated by Emmet
perfect thanks