How to record screen in Visual Studio Code?

7,366

Solution 1

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

Solution 2

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

Solution 3

win + G Windows 10 a screen recorder is available in the OS. But it will work only if you have a graphic card.


For Mac-OS in visual studio code.

https://marketplace.visualstudio.com/items?itemName=wk-j.screen-recorder enter image description here enter image description here

Screen Recorder

Record Visual Studio Code Screen

Install

Command + P

Type: ext install screen-recorder

Support

[x] macOS

[ ] Windows

[ ] Linux

Usage

Click Record Screen / Stop Recording in Status Bar.

Solution 4

I haven't found anything better than Chronicler till now. By setting animatedGif? to true in the settings.json file, the output recording will automatically be converted to gif. I used it on Windows work machine and use screen-recorder on Linux :)

  1. Open settings.json file (Right click on Chronicler once it is installed -> Configure Extension Settings -> Edit in settings.json)
  2. Add this line, "chronicler.recording-defaults.animatedGif": true
  3. Save it

From now on, your recordings will be converted to gif.

PS: It is only able to capture a part of the screen and not the whole screen, still trying to figure out if i am missing something.

Share:
7,366
MFARKAN
Author by

MFARKAN

Updated on December 10, 2022

Comments

  • MFARKAN
    MFARKAN over 1 year

    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

  • HaaLeo
    HaaLeo about 5 years
    Note: This feature is only available if you have a graphic card in your PC
  • Matthias Burger
    Matthias Burger over 3 years
    ... and seems like it doesn't record the menu-bars submenus :/