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


HTML 내에서 매칭되는 닫는 태그나 여는 태그를 강조해 주는 확장입니다.


링크 : https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag




ㅇㅇㅇㅇ



VariableDefaultDescription
highlight-matching-tag.enabledtrueEnables/disables the highlighting and status bar
highlight-matching-tag.showPathtrueEnables/disables showing path to tag in status bar (e.g. div > p > a)
highlight-matching-tag.showRulertrueEnables/disables showing highlighted tag pair in ruler section
highlight-matching-tag.highlightSelfClosingfalseShould self-closing tags be highlighted too (can be useful for multiline self-closing tags)
highlight-matching-tag.highlightFromContentfalseWhether to highlight from the tag content the closest matching tag pair
highlight-matching-tag.styles{ opening: { name: { underline: 'yellow' } } }Custom styling configuration, see Styling Options


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


Visual Studio Code를 위한 PHP Snippets


링크 : https://marketplace.visualstudio.com/items?itemName=vsc-snippets.vsc-php-snippets





이 확장에는 빠르게 타이핑할 수 있게 도와주는 PHP 와 다른 프레임워크의 code snippets이 포함되어 있습니다.


  • p. 으로 시작하는 PHP 에 대한 snippets 를 지원합니다.
  • pc. 으로 시작하는 Phalcon 프레임워크에 대한 snippets 를 지원합니다.
  • pl. 으로 시작하는 Laravel 프레임워크에 대한 snippets 를 지원합니다.



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


Visual Studio Code 를 위한 라라벨 5 Snippets


링크 : https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets





Snippet prefix follows Laravel Facades. For example: Request::Route::

  • Auth
  • Broadcast
  • Cache
  • Config
  • Console
  • Cookie
  • Crypt
  • DB
  • Event
  • Hash
  • Helper
  • Log
  • Mail - Contains Mail:: and Mailable:: prefix for mail related settings
  • Passport (Laravel v5.3 - API Authentication)
  • Redirect
  • Relation
  • Request
  • Response
  • Route
  • Schema - Contains Schema:: and Column:: prefix for database related settings
  • Session
  • Storage
  • Str
  • View


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


Node.js debugging 지원 확장입니다.


링크 : https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug2






This extension is bundled with Visual Studio Code and together with Node Debug (legacy) forms the Node.js debugging experience.

Node Debug is the debugger for Node.js versions >= 8.0.

See a general overview of debugging in VS Code here.

Documentation for Node.js specific debugging can be found here.


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

npm Intellisense - npm 자동 완성  (1) 2018.11.15
npm - VSCode 에서 npm 지원  (0) 2018.11.15
JavaScript (ES6) code snippets - ES6용 코드 스니펫  (0) 2018.10.08

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


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


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




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


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

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

+ Recent posts