Use html-biscuits to make div soup and html spaghetti more digestible. Annotate ALL the end tags (that have relevant attributes)!!!
In the current implementation, code-biscuits prevent seeing GitLens annotations. Issue can be tracked here: #2
-
html-biscuits.annotationColor
string : Determines the color of annotation. Accepts any valid CSS color string.- default: vscode.ThemeColor("editorLineNumber.foreground"),
-
html-biscuits.annotationPrefix
string : Determines beginning of the annotation text. Empty string is acceptable.- default:
"// "
,
- default:
-
html-biscuits.annotationMinDistance
number : Determines the minimum amount of lines between start and end tag used to decide to show the annotations.- default:
0
,
- default:
-
html-biscuits.annotationMaxLength
number : Determines the maximum amount of characters or words to show before truncating the biscuit text.- default:
0
,
- default:
-
html-biscuits.annotationTrimByWords
boolean : Determines whether to trim max length by characters or words.- default:
false
,
- default:
-
html-biscuits.annotationCursorLineOnly
boolean : Determines whether to show the biscuits on all lines or only the current cursor line. (Supports multi cursor editing)- default:
false
,
- default:
As we add more commands to change functionality on the fly, we will document them here.
You are now able to toggle the biscuits on and off using the VSCode Command HTML Biscuits: Toggle Biscuits Showing
.
Add toggle for showing biscuits on the current cursor line only
Add command to toggle biscuits off and on.
Add max length for biscuit string and add trim by words boolean
Add configuration for minimum line distance
Add configuration for Biscuit color
Add configuration for prefix
Switch to webpack instead of rollup
Try to fix deploy bugs from bundling refactor
- Logo: biscuit by Bartama Graphic from the Noun Project
Copyright 2020 code-biscuits
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.