solorice/vscodium/extensions/tyriar.lorem-ipsum-1.3.1
2022-04-28 21:17:01 +03:00
..
dist/web Added vscodium 2022-04-28 21:17:01 +03:00
images Added vscodium 2022-04-28 21:17:01 +03:00
node_modules Added vscodium 2022-04-28 21:17:01 +03:00
.vsixmanifest Added vscodium 2022-04-28 21:17:01 +03:00
CHANGELOG.md Added vscodium 2022-04-28 21:17:01 +03:00
extension.js Added vscodium 2022-04-28 21:17:01 +03:00
LICENSE.txt Added vscodium 2022-04-28 21:17:01 +03:00
package.json Added vscodium 2022-04-28 21:17:01 +03:00
README.md Added vscodium 2022-04-28 21:17:01 +03:00

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