Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to record screen in Visual Studio Code? [closed]

Are there any extensions to record the screen in VSCode

Often developers record screen to share it to peers or to share content.

There are screen recorders like Quick Time on Mac and OBS Studio on windows. But generally Screen recordings on VS Code are short. It would be easy to record screen if there are any extensions handy in the Status Bar of VSCode

like image 460
MFARKAN Avatar asked Apr 12 '19 13:04

MFARKAN


People also ask

How do you end a screen recording?

When you are ready to finish recording, in the top menu bar, click on the Stop Icon. Your recording will pop up on your screen for you to review. If you are satisfied with the outcome and would like to save the recording, Go to File > Save. A pop-over will appear on your video, name your video and hit "Save".

What is screencast mode?

With screencast mode enabled your cursor will be highlighted on mouse click and your key presses will show up on the screen. Screencast mode was first introduced in version 1.31 (Jan 2019).


2 Answers

This is what you need. It has gif support as well as mp4. Timer and much more.

https://marketplace.visualstudio.com/items?itemName=arcsine.chronicler

like image 168
Doc Avatar answered Sep 22 '22 17:09

Doc


If you are working on Windows 10 a screen recorder is embedded in the OS. You can find it by pressing Win + G.

like image 27
Muldec Avatar answered Sep 22 '22 17:09

Muldec