Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Lorem ipsumNew to Visual Studio Code? Get it now.
Lorem ipsum

Lorem ipsum

Daniel Imms

growingwiththeweb.com
|
987,173 installs
| (14) | Free
Generates and inserts lorem ipsum text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

A tiny VS Code extension made up of a few commands that generate and insert lorem ipsum text into a text file.

To use the extension, open the command palette (F1 or cmd/ctrl+shift+p, type "lorem ipsum" and select to insert either a line or paragraph.

Customization

The following commands are added:

  • lorem-ipsum.line
  • lorem-ipsum.paragraph
  • lorem-ipsum.multipleParagraphs

By default they don't have keybindings, but you can add a custom keybinding. For example:

{
  "key": "ctrl+shift+l",
  "command": "lorem-ipsum.paragraph",
  "when": "editorTextFocus"
}

Credits

  • The core functionality is provided by the lorem-ipsum npm package
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft