Console Log Adder
This VSCode extension adds a console.log statement at the end of the current line in the active text editor.
Features
- Adds a
console.log(``); statement at the cursor position.
- Positions the cursor inside the backticks for immediate input.
- Quickly trigger the extension by pressing
Alt+Q .
- Useful when snippets are loading really slowly.
Usage
- Select the line where you want to add the
console.log .
- Press
Alt+Q to quickly add a console.log(``); statement.
- Start typing inside the backticks.
Installation
- Clone the repository.
- Open the folder in VSCode.
- Run
npm install to install dependencies.
- Press
F5 to open a new VSCode window with the extension loaded.
Contributing
Feel free to submit issues and pull requests.
License
This project is licensed under the MIT License.
| |