Reputation: 4063
Atom.io html autocomplete works out of the box for the main index.html.ejs file.
But when in the .vue files where templates are defined (and I want to add an internal div in the template) it does not autocomplete. How do I set the HTML auto-complete to work with this file extension too?
I have vue2-autocomplete package installed.
Upvotes: 0
Views: 1514
Reputation: 12882
You mentioned installing autocomplete provide for Vue, but did you install language syntax for Vue as well? Once you do, all snippets designed for the scope text.html.vue
(and the parent scopes) will work.
Upvotes: 1