atom/autocomplete-html

Autocomplete don't suggests some atribbutes values

Closed this issue · 2 comments

I made an issue to autocomplete-html about "Suggestions for atribute 'type' in input". you can read it here.

And while I read the README file I found out that autocomplete-html is powered by a list of HTML tags and HTML attributes from Brackets HTMLCodeHints.

So I headed there and saw the suggestion that I was asking for in "Suggestions for atribute 'type' in input", but they are not showing up in autocomplete.

This is only occurring in attributes that have the /, for example input/type or button/type.

screenshot from 2016-06-30 18-50-14

The issue is in this line of code from update.coffee:
delete attributes[attribute] if attribute.indexOf('/') isnt -1
I have not had a chance to look further into the why or the fix.

Do you know how to fix this?
Because I am really not a programmer.