PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, October 6, 2022

[FIXED] How to copy all text from the integrated vs-code terminal?

 October 06, 2022     terminal, visual-studio-code     No comments   

Issue

Is there a way to copy all the text from the integrated Visual Studio Code terminal? I have some output that I want to copy to a text file and save it.


Solution

I can just right-click in the terminal and chose Select All and then right-click and Copy. Does that not work for you?

There is an unbound command for the selection:

workbench.action.terminal.selectAll

and Ctrl+C for the copy.

If you do this a lot you could make a macro to do the whole thing: select, copy, open a new text file and paste.



Answered By - Mark
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing