https://github.com/ahadcove/js-quick-console
Quickly print out log messages in JavaScript
https://github.com/ahadcove/js-quick-console
console console-log javascript logging vscode vscode-extension
Last synced: 5 days ago
JSON representation
Quickly print out log messages in JavaScript
- Host: GitHub
- URL: https://github.com/ahadcove/js-quick-console
- Owner: ahadcove
- Created: 2018-09-25T04:38:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T10:47:20.000Z (over 6 years ago)
- Last Synced: 2025-04-23T00:46:33.160Z (5 days ago)
- Topics: console, console-log, javascript, logging, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# JavaScript Quick Console
Quickly print out log messages

## Installing
This extension is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=AhadCove.js-quick-console)
## How to use
#### Only activates with .js and .ts files
* Highlight anything in the editor
* Press `Cmd+Shift+L` (Mac), or `Ctrl+Shift+L` (Windows)
* The output (on a new line) will be: `console.log('variable: ', variable)`;#### Keyboard Shortcut
By default the keyboard shortcut is `Cmd+Shift+L` or `Ctrl+Shift+L`
If this shortcut interferes with another extension or system wide Shortcut, you may change it in the `Keyboard Shortcuts Setting`.Press `Cmd+P` or `Ctrl+P` and type in `Open Keyboard Shortcuts`.
Search for `Log Javascript Selection` and click on the `pen icon`.
This is where you can enter any `Shortcut` you choose.## License
[MIT License](LICENSE)