Jakobud / vscode-placeholder-images

Placeholder Images extension for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=JakeWilson.vscode-placeholder-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholder Images for Visual Studio Code

Generate and insert placeholder images into your HTML in Visual Studio Code using various 3rd party services like Unsplash, placehold.it, LoremFlickr and more.

Generating a placeholder image using placehold.it

Placeholder services supported

Features

  • Choose image width, height, text, colors and more
  • Insert generated <img> tag into your HTML or copy it to the clipboard
  • Insert the image url into your HTML, copy to clipboard or open it in your browser

Examples

https://unsplash.it/200/100

http://placehold.it/250x120?text=hello+world

http://placeskull.com/170/170

http://lorempixel.com/200/300/sports/foobar

Visual Studio Code Commands

Placeholder Images: Insert new image

  • Choose a placeholder image service and specify image width, height, etc to generate a new placeholder image

Placeholder Images: Recent images

  • Choose from a list of your most recently used placeholder images

Settings

placeholderImages.quoteStyle

  • Quote style for HTML tags. Possible values are single or double
  • Default: single

placeholderImages.maxRecentImages

  • The maximum number of image urls to save for the Recent images list
  • Default: 10

Disclaimer: This extension is not affiliated with any of the specified 3rd-party placeholder image services.

About

Placeholder Images extension for Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=JakeWilson.vscode-placeholder-images

License:MIT License


Languages

Language:JavaScript 100.0%