Project Helix extension for VS Code.
- Syntax Coloring for HTL
ToDo:
- Extension tests (syntax coloring, etc.)
- Inject configuration to enable Emmet for HTL
- Code completion for
data-sly-*attributes. - Intellisense for
data-sly-*attributes. - Intellisense for
*.pre.jsfiles - HTL linter integrated in editor (similar to ESLint)
- ...
Nice to have:
- Distinct syntax coloring for HTL expressions (
javascriptsyntax coloring is currently applied) - Theme with distinct coloring of HTL language elements (
slytag,data-sly-*attributes, expressions) - ...
To try the extension:
- Open this project in VS Code.
- Press
F5to open a new window with the extension loaded. - Open a
.htlfile in the editor.
See Extending Visual Studio Code for more information on writing VS Code extensions.