Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Add additional HTML Tags & Attributes code hints  #8019

@coliff

Description

@coliff

It'd be great to see Brackets add to the provided HTML tags and attributes code hints such as the following:

HTML5 Tags
*Picture (Responsive Images)
*Template (Web Components)

HTML5 Attributes
*Autocorrect
*Autocapitalize
*Inputmode
*Itemscope, Itemtype, Itemprop (Schema.org)

HTML5 Attribute Options
*Audio ("buffered", "played")
*Autocomplete ("billing", "cc-name", "cc-number", "cc-css", "cc-exp-month", "cc-exp-year", "cc-type", "country", "email", "name", "postal-code", "region", "shipping", "street-address", "tel", "url")
*Img ("srcset")
*Input ("autocorrect")
*Link/rel ("import")
*Meta/name ("format-detection", "robots", "viewport")
*Textarea ("Autocorrect", "Autocapitalize")
*Video ("buffered", "crossorigin")

For the time being I have created a Brackets Extension which adds all of the above (along with some HTML 4 tags which many developers find useful) which is available now via the Brackets Extensions Manager.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions