Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>copy historyNew to Visual Studio Code? Get it now.
copy history

copy history

Arbaz

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

Copy History and Console Log VS Code Extension

This VS Code extension provides two main functionalities:

  1. Copy History Selection: Press Ctrl+Shift+V to display a selection menu with your copy history.
  2. 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

  1. 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.
  2. 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

  1. Clone this repository.
  2. Open the repository in VS Code.
  3. Press F5 to open a new VS Code window with your extension loaded.
  4. 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft