Closed dentrinh closed 9 years ago
What you use, ac-html
or company-web
(I use company-web)? Where you try to autocomplete, jade, html?
You can check my emacs repo for my web configuration.
I don't enable it by default, so every new file I visit I use company-web-bootstrap+
to enable it, also remeber, by default you need type 3 chars to fire autocomple :)
I use ac-html and I am trying to autocomplete html. I will take a look at your configuration. I might just switch over and use company-web at this point since it works for you.
Thanks for the friendly tip. I remember ;)
Finally had some time to revisit this and I got it to play nicely with ac-html and company-web. I set it up so that ac-html completes with auto-complete-mode and ac-html-bootstrap completes with company-mode/company-web. Thanks for the help and neat package.
Good to hear it :)
I tried to use this package but it doesn't seem to completing with bootstrap classes or fontawesome. I only try to complete font awesome in the tags as well. Could an updated example be provided? Thanks.