Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SuperConsoleLogNew to Visual Studio Code? Get it now.
SuperConsoleLog

SuperConsoleLog

Giova

|
758 installs
| (0) | Free
A little extension that add a keybind for formatted console log
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Super Console Log

A little extension that adds a command for console.log with filename an classes/functions enclosures

Features

Add the command superconsolelog.log and the keybind CTRL+K J for make a console.log out of a selection

Showoff the console.log insert


Extension Settings

There are the next settings fot the extension

This extension have the following settings:

  • superConsoleLog.endSemiColon: if true the console.log will end with ;. The default is true

  • superConsoleLog.quotes: a list of quotes to choose for use in the console.log. Default is "

  • superConsoleLog.includeFileName: set to true will include the filename of the console.log. Default is true

  • superConsoleLog.includeFullPath: set to true the extension will add the full path of the file in the console.log. Default is false

  • superConsoleLog.includeEnclosureFunctionName: how many function enclosure the extension will put in the console.log. Default is 2

  • superConsoleLog.includeEnclosureClassName: how many class enclosure the extension will put in the console.log. Default is 1

  • superConsoleLog.includeLineNum: set to true the extension will add the line number in the beginning of the console.log. Default is true


Release Notes

See changelog

Future Plans

  • Add support for for loops, while do loops and do while loops

Author

Giova978

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft