Skip to content

napthedev/console-flash

Repository files navigation

Console Flash

Quickly add console.log using keybinding

Made by napthedev

Usage

  • Windows: Control + Shift + L
  • Mac: Command + Shift + L

Demo

Preview

Explain

When no text is selected, it will automatically select the current WORD and add a console.log down below If any text is selected, it will be added into the console.log

Settings

settings.json

{
  "console-flash.double-quotes": true, // will use single quote if set to false
  "console-flash.semi-colon": true // will not use semi colon if set to false
}

Settings UI Setting