VSCode = Visual Studio Code 에서 사용할 수 있는 확장(Extension) 입니다.


Kotlin 프로그래밍 언어에 대한 구문 지원을 하는 확장입니다.


링크 : https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin




  • 구문 강조
  • 코드 스니펫
  • 지역 코드 접기


'언어 > JAVA & KOTLIN' 카테고리의 다른 글

Kotlin - 코드 완성, 진단, 구문 강조 지원  (0) 2018.11.20

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