cfreeley / vscode-debug-arrow-function

vscode extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-debug-arrow-function

vscode-debug-arrow-function

To help debugging you can create usual "block body" to your arrow function and later convert it back

Installing

This extension is available for free in the Visual Studio Code Marketplace

Usage

Debug arrow function:

  • Highlight the function body
  • Press Cmd+Shift+a
  • The output is expanded function body

Compact function body:

  • Highlight the function body
  • Press Cmd+Shift+i
  • The output is concise function body

License

MIT License

About

vscode extension

License:MIT License


Languages

Language:JavaScript 100.0%