Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vegan IpsumNew to Visual Studio Code? Get it now.
Vegan Ipsum

Vegan Ipsum

Vijay Hardaha

|
2 installs
| (0) | Free
Generates and inserts vegan ipsum text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vegan Ipsum VS Code Extension

A lightweight VS Code extension that generates and inserts vegan-themed lorem ipsum text into your files.

Usage

  1. Open the command palette (F1 or Cmd/Ctrl+Shift+P).
  2. Type "lorem ipsum" and select one of the following options:
    • Insert a single line of text.
    • Insert a paragraph of text.
    • Insert multiple paragraphs of text.

Customization

This extension provides the following commands:

  • vegan-ipsum.line - Inserts a single line of vegan ipsum text.
  • vegan-ipsum.paragraph - Inserts a single paragraph of vegan ipsum text.
  • vegan-ipsum.multipleParagraphs - Inserts multiple paragraphs of vegan ipsum text.

Adding Keybindings

By default, these commands do not have keybindings. You can add custom keybindings by modifying your keybindings.json file. For example:

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

For more details, refer to the VS Code keybindings documentation.

Credits

This extension leverages the vegan-ipsum npm package for its core functionality.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft