gand988 / VSCode-Snippets

All my (small for now) collection of custom snippets for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode-Snippets

All my (small) collection of custom snippets for VS Code.

How to install a snippets

Download the snippet and copy it in the path

C:\Users\{USER}\AppData\Roaming\Code\User\snippets

Placeholder

This is my most used placeholder size for images, 350x150. Placeholder used : placeholder.com

  <img src="https://via.placeholder.com/350x150" class="">

PlaceholderCustom

Created for Skat, with this snipet you enter the width & height that you need Placeholder used : placeholder.com

<img src="https://via.placeholder.com/widthxheight" class="">

Placeholder500x200

Just a random one. Placeholder used : placeholder.com

About

All my (small for now) collection of custom snippets for VS Code