Victor Teo
Victor Teo
still wont work
For ac-html 0.4 to working with ac-html-bootstrap and ac-html-csswatcher, additional code is needed. Since ac-html 0.4 doesn't rely on the directory structure, it naturally breaks the way ac-html-bootstrap and ac-html-csswatcher...
`class name` and `id` are separated to two parts. 1. User project defined. 2. External framework defined. I haven't find the tool to use for extracting class names and ids...
I have this idea. Index user's project and get lists of html files, and css files. (If user open the file with html-mode, web-mode, haml-mode, jade-mode, and slim-mode, then this...
No, it just works. User don't need to do anything. Since the project will be large, so separating the cache files will be nice. And it can provide documentation like...
We can parse user's project with projectile, and get list of user-defined ids and provide auto complete both to html and css.
How about ctags' accuracy? if user's cursor is at ``, will all possible class names pop up?
The purpose I initiate this emacs package is to provide truly intelligent and precise auto completion like an IDE. When user is prompt with pop menu, user should be confident...
"event attribute source" I mean "onload", "onbeforeprint", "onclick". Now our html attribute only covers normal attributes.
Most users who using this package, are web developers and write javascript, too. Add some words about tern is better.