Insert console.log statements for selected text in your code instantly with a single keyboard shortcut. Default shortcut: Alt+Q. You can customize this shortcut by searching for 'QuickPaste Console.log' in the Keyboard Shortcuts editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
QuickPaste Console.log is a Visual Studio Code extension that allows you to insert console.log statements for selected text in your code instantly with a single keyboard shortcut.
Features
Instantly add console.log statements for selected text in your code.
Saves time by automating the process of adding console.log statements.
Customizable keyboard shortcut for triggering the command.
Installation
You can install the QuickPaste Console.log extension directly from the Visual Studio Code Marketplace by clicking this link
Go have fun
or
Open Visual Studio Code.
Go to the Extensions view by clicking on the square icon in the sidebar or pressing Ctrl+Shift+X.
Search for "QuickPaste Console.log" and press Enter.
Click on the Install button.
Go have same fun
Usage
Select the text in your code that you want to log.
Press Alt+Q (or Alt+Q on macOS) to add a console.log statement for the selected text.
Keyboard Shortcut
Default keyboard shortcut is Alt+Q (or Alt+Q on macOS)
You can customize the keyboard shortcut for adding console.log statements by going to File > Preferences > Keyboard Shortcuts (or just Ctrl + K S ) and searching for "QuickPaste Console.log".
Issues and Feedback
Found a bug or have a suggestion for improvement? We'd love to hear from you! Please raise an issue on our GitHub repository and let us know. We actively monitor our issues and strive to provide timely responses.