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: asasvarwithtrimmed
  • 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


'언어 > Python' 카테고리의 다른 글

Python - 파이썬 확장  (0) 2018.10.13

+ Recent posts