Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode-cfjb-js-loggerNew to Visual Studio Code? Get it now.
vscode-cfjb-js-logger

vscode-cfjb-js-logger

MikeWoo

|
35 installs
| (0) | Free
Vscode configurable js logger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cfjb-js-logger README

Configurable logger extension for Javascript.

Features

Support use on both selected text and unselected space.

Usage

  • Use on selected text

    1. Select text
    2. Press Ctrl+Shift+L

    screenshot:

    sample_selected_text

  • Use on unselected space

    1. Press Ctrl+Shift+L

    sample_unselect_text

Extension Settings

This extension contributes the following settings:

"loggerFunction": {
    "type": "string",
    "default": "logger.debug",
    "description": "Logger's log function string."
},
"insertFunctionNameEnabled": {
    "type": "boolean",
    "default": true,
    "description": "Enable inserting function name."
},
"functionNameSuffix": {
    "type": "string",
    "default": "_",
    "description": "Function name suffix which will be added after function name string."
},
"useSemiColon": {
    "type": "boolean",
    "default": "true",
    "description": "Use semi colon after function call."
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft