Copy History and Console Log VS Code Extension
This VS Code extension provides two main functionalities:
- Copy History Selection: Press
Ctrl+Shift+V to display a selection menu with your copy history.
- Add Console Log: Press
Ctrl+Shift+L to insert a console.log statement on the next line with the selected content.
Features
Copy History Selection
- Keybinding:
Ctrl+Shift+V
- Description: This feature displays a selection menu that shows your copy history. You can select an item from the history to paste it into the editor.
Add Console Log
- Keybinding:
Ctrl+Shift+L
- Description: This feature inserts a
console.log statement on the next line with the selected content in the editor.
Usage
Copy History Selection:
- Press
Ctrl+Shift+V .
- A selection menu will appear with your copy history.
- Select an item from the history to paste it at the current cursor position.
Add Console Log:
- Select the text you want to log.
- Press
Ctrl+Shift+L .
- A
console.log statement will be inserted on the next line with the selected content.
Installation
- Clone this repository.
- Open the repository in VS Code.
- Press
F5 to open a new VS Code window with your extension loaded.
- Use the keybindings
Ctrl+Shift+V and Ctrl+Shift+L to test the features.
Contributing
Feel free to fork this repository and submit pull requests. Any improvements or bug fixes are welcome!
License
This project is licensed under the MIT License.
| |