HTMLAttributes
HTML(5) attribute completions
Details
Installs
- Total 325K
- Win 234K
- Mac 45K
- Linux 45K
Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 6 | 11 | 14 | 19 | 18 | 20 | 23 | 8 | 9 | 14 | 17 | 12 | 11 | 9 | 6 | 19 | 9 | 7 | 6 | 13 | 13 | 7 | 9 | 12 | 11 | 13 | 15 | 14 | 14 | 16 | 8 | 13 | 12 | 10 | 11 | 12 | 9 | 12 | 18 | 11 | 13 | 10 | 8 | 15 | 11 | 13 |
Mac | 0 | 0 | 2 | 2 | 2 | 2 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 2 | 2 | 0 | 0 | 1 | 2 | 2 | 0 | 1 |
Linux | 1 | 1 | 3 | 2 | 1 | 2 | 2 | 1 | 4 | 1 | 2 | 3 | 1 | 1 | 1 | 1 | 0 | 3 | 0 | 0 | 3 | 2 | 2 | 0 | 2 | 0 | 1 | 2 | 0 | 0 | 2 | 1 | 2 | 2 | 1 | 1 | 3 | 1 | 3 | 1 | 1 | 1 | 1 | 3 | 4 | 5 |
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.