All Projects → coliff → Brackets-HTML5CodeHints

coliff / Brackets-HTML5CodeHints

Licence: MIT license
Extend Brackets own code hints with more HTML5 elements and attributes such as Picture, Srcset, Template +more.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Brackets-HTML5CodeHints

brackets-ungit
Brackets Extension to view Ungit directly in Brackets
Stars: ✭ 20 (+42.86%)
Mutual labels:  brackets-extension, adobe-brackets
BlindJS
BlindJS is a Javascript library that allows blind typing of pre-defined code. So stop worrying about writing valid code and start typing fast as hell!
Stars: ✭ 14 (+0%)
Mutual labels:  brackets-extension
brackets-compare
Brackets extension to diff files.
Stars: ✭ 49 (+250%)
Mutual labels:  brackets-extension
brackets-zurb-foundation
This Brackets extension adds the Zurb Foundation basic template to an empty new file.
Stars: ✭ 30 (+114.29%)
Mutual labels:  brackets-extension
bootstrap-starter-template
Bootstrap Starter Template for Brackets
Stars: ✭ 33 (+135.71%)
Mutual labels:  brackets-extension
brackets-tools
Brackets developer tools extension
Stars: ✭ 60 (+328.57%)
Mutual labels:  brackets-extension
multihack-brackets
Realtime collaboration for programmers. (Brackets Extension)
Stars: ✭ 24 (+71.43%)
Mutual labels:  brackets-extension

LICENSE https://registry.brackets.io/ Maintainers Wanted code style: prettier Tip Me via PayPal

Brackets-HTML5CodeHints

This project is not maintained. I no longer use Adobe Brackets so this extension is no longer maintained. I'm interested in porting this to VS Code. If you can help please get in touch!

Extend Brackets HTML code hints with more HTML5 elements and attributes such as Picture, Srcset, Template, inputmode as well as some HTML4 elements such as cellpadding, cellspacing and iframe. Also includes hints for Web Components and Schema.org.

Complete list of elements added:

HTML4 Tags

  • acronym
  • center
  • frame ("frameborder", "name", "scrolling", "src")
  • frameset ("rows")

HTML4 Attributes

  • iframe ("frameborder", "scrolling")
  • table ("cellpadding", "cellspacing", "height", "width")

HTML5 Tags

  • content (Shadow DOM)
  • picture
  • template (Web Components)

HTML5 Attributes

  • autocorrect
  • autocapitalize
  • inputmode
  • itemscope, itemtype, itemprop (Microdata - Schema.org)
  • onsearch
  • srcset

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")
  • http-equiv ("X-UA-Compatible", "content-language")
  • img ("sizes", "srcset")
  • input ("autocorrect", "inputmode", "minlength")
  • inputmode ("email", "numeric", "tel")
  • link/rel ("canonical", "dns-prefetch", "import", "profile", "shortlink")
  • meta/name ("format-detection", "publisher", "referrer", "robots", "theme-color", "viewport")
  • meta/property ("al:ios:url", "al:ios:app_store_id", "al:ios:app_name", "al:android:url", "al:android:app_name", "al:android:package", "al:web:url") [applinks.org]
  • script/type ("application/ld+json")
  • source ("sizes", "srcset")
  • textarea ("autocomplete", "spellcheck")
  • video ("buffered", "crossorigin", "played")

If you spot a HTML tag or attribute missing that you'd like added please open an issue or pull-request. https://github.com/coliff/Brackets-HTML5CodeHints

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].