Issue by jbalsas
Saturday Dec 01, 2012 at 18:08 GMT
Originally opened as adobe/brackets#2263
This pull requests should cover some of this story about filtering code hints https://trello.com/card/code-hinting-filter/4f90a6d98f77505d7940ce88/592, in particular, filtering HTML attributes already used inside a tag.
It adds a new getTagAttributes method inside HTMLUtils that compiles a list of all used attributes inside a tag. This list is then used inside AttrHints to exclude the already used attributes from the complete list.
jbalsas included the following code: https://github.com/adobe/brackets/pull/2263/commits
Saturday Dec 01, 2012 at 18:08 GMT
Originally opened as adobe/brackets#2263
This pull requests should cover some of this story about filtering code hints https://trello.com/card/code-hinting-filter/4f90a6d98f77505d7940ce88/592, in particular, filtering HTML attributes already used inside a tag.
It adds a new
getTagAttributesmethod insideHTMLUtilsthat compiles a list of all used attributes inside a tag. This list is then used insideAttrHintsto exclude the already used attributes from the complete list.jbalsas included the following code: https://github.com/adobe/brackets/pull/2263/commits