VSCode = Visual Studio Code 에서 사용할 수 있는 확장(Extension) 입니다.
Beautiful syntax and scoped snippets for perfectionists with deadlines
링크 : https://marketplace.visualstudio.com/items?itemName=batisteo.vscode-django
Improved syntax
- Adds the filetype
django-html
- Adds the filetype
django-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
- No unnecessary new lines
- Support for selected text (when inserting snippet from the menu)
- Support for copied text