Olexandr Sydorchuk

Results 43 comments of Olexandr Sydorchuk

Вот вы тут думаете о протоколе будущего, а обычные пацаны берут json, кодируют в base64 что б хоть как-то ужать, и делают GET запрос, вот где "удобство" дебажить и что...

I see :) I check `ac-html-default-data-provider.el` I think it not so hard to provide support legacy directory structure for those 2 packages. For now I can't find why new directory...

https://www.npmjs.org/package/extract-from-css this is only lib, script need that fill cache files I think about Perl script that check every N sec., does css file modified or not, and update cache....

I think this too complex, user must by hand open files css to make index? I think better to create local project dir ".ac-html/" this dir may contain just 2...

Hello, I wrote https://github.com/osv/ac-html-csswatcher for class and id completion, it use external script [csswatcher](https://github.com/osv/csswatcher) that monitor for changes files and parse files. Currently only .css supported. It require multydir branch...

I think user will be too lazy for creating separate id, class list, it still possible to complete via ctags by parsing own css less, whatever by ctag. Frameworks may...

ctags not smart so, it just grab WORD list, for css grabber may look like ``` --langdef=css --langmap=css:.css --langmap=css:+.scss --langmap=css:+.sass --langmap=css:+.styl --langmap=css:+.less --regex-css=/^[ \t]*(([A-Za-z0-9_-]+[ \t\n,]+)+)\{/\1/t,tag,tags/ --regex-css=/^[ \t]*#([A-Za-z0-9_-]+)/#\1/i,id,ids/ --regex-css=/^[ \t]*\.([A-Za-z0-9_-]+)/.\1/c,class,classes/ ```...

I think no need event attributes, because you can get them all from tern.js (tern-auto-complete) just add "browser" to your ".tern-project" located in your html project dir: ``` json {...

Аннотации должни стимулировать их делать и бить понятные при скрининге текста. Древовидность проще реализовать но делает нагрузку на восприятие. Плюс в примере вводить специальный символ # Что если сделать соглашение...

Да, не документация, а аннотации которые могли б быть в одном месте и отделены от реализации, покрайней мере мне это видеться удобным. Аннотации в view.tree могли б - перекочевать в...