HTMLAttributes
HTML(5) attribute completions
Details
Installs
- Total 328K
- Win 237K
- Mac 46K
- Linux 45K
Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 6 | 10 | 5 | 6 | 4 | 10 | 4 | 10 | 5 | 5 | 7 | 6 | 8 | 6 | 13 | 4 | 10 | 6 | 8 | 7 | 10 | 10 | 5 | 9 | 7 | 13 | 9 | 5 | 24 | 4 | 3 | 11 | 10 | 11 | 10 | 6 | 4 | 3 | 2 | 5 | 11 | 7 | 11 | 5 | 6 |
Mac | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 1 | 0 | 0 | 1 | 3 | 4 | 2 | 1 | 1 | 0 | 2 | 2 | 2 | 0 | 2 | 1 | 0 | 1 | 2 | 0 | 1 | 2 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
Linux | 1 | 0 | 2 | 1 | 0 | 2 | 2 | 2 | 0 | 1 | 3 | 3 | 0 | 1 | 1 | 3 | 0 | 1 | 1 | 2 | 2 | 1 | 3 | 2 | 1 | 0 | 4 | 0 | 4 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 2 | 2 | 0 | 2 | 0 | 2 | 0 | 2 | 2 | 4 |
Readme
- Source
- raw.githubusercontent.com
These are fairly straight-forward HTML attribute completions for
Sublime Text, including most HTML5 attributes.
It includes completion of many standard values. For example, typing
the letter 'c' in the type="" attribute will complete "checkbox".
If you Backspace and enter the letter 't' it will be replaced
with "text". "text/css" and "text/javascript" for the type-
attribute are inserted by typing 'j' or 'cs' within the quotes.
There are two versions for some boolean attributes. For example:
CHECKED, or
checked="checked"
Depending on your settings you may need to press Ctrl-Space to
display the completions within an opening HTML-tag. I just type
1 or 2 letters and press the Tab key! This uses the fuzzy-search
feature of ST, and ST will also 'learn' about your preferences.
With a little practice you can fill-in attributes extremely
quickly.
Note: The Emmet (formerly ZenCoding) package uses a different
approach, so it may not sit comfortably with HTMLAttributes.