Skip to main content

How to Add Clipboard Images Quickly in Visual Studio Code

· One min read
Duk Lee
Founder

I found this out by accident yesterday.

If you are using Mac,

  1. Save an image to a clipboard by Ctrl + Shift + Alt + 4
  2. Go to your file on your Visual Studio project and Alt-V to paste

Then Visual Studio automatically adds code snippet to your file (Just confirmed working in markdown file, but I am sure it does the right thing for all other types of files) then also copy the clipboard image to the same directory level as your file.