mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
907 B
907 B
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.linelorem-ipsum.paragraphlorem-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
