How to Add Clipboard Images Quickly in Visual Studio Code
· One min read
I found this out by accident yesterday.
If you are using Mac,
- Save an image to a clipboard by Ctrl + Shift + Alt + 4
- 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.