Skailar extension for Visual Studio Code
Beautiful syntax and scoped snippets for perfectionists with deadlines
Features
Go to definition in templates
Ctrl-click or press F12 on the template path in a include or extends tag
to jump to this template
Snippets
- Support for selected text (when inserting snippet from the menu)
- Support for copied text
- No unnecessary new lines
Improved syntax
- Adds the filetype
skailar
- Adds the filetype
skailar-txt for email templates.
- Better syntax with more operators and default keywords:
- Known default tags and filters
- Known templatetags namespace from contrib in the {% load %} tag
- Known keywords in tags, like:
as , asvar , with , trimmed …
- Syntax highlighting everywhere in your HTML document:
- In the HTML tag itself"
- In the id, class or any attribute
- In inline CSS or Javascript code
Tricks
Gettext and internationalization
Dealing with skailar.po files?
Emmet
Add the following item to the Emmet: Include Languages settings:
Item |
Value |
skailar-html |
html |
| |