Skip to content

Visual Studio code extension: generate lorem ipsum with Chuck Norris fun facts

License

Notifications You must be signed in to change notification settings

Guzzter/vscode-lorem-ipsum-chuck-norris

Repository files navigation

A VS Code extension that generate and insert lorem ipsum text based on Chuck Norris fun facts. "Chuck Norris makes unions cry."

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

Features

It is very easy to generate some lines or paragraphs of text inspired by Chuck Norris:

Commands and custom keybindings

The following commands are added:

  • vscode-lorem-ipsum-chuck-norris.line
  • vscode-lorem-ipsum-chuck-norris.paragraph
  • vscode-lorem-ipsum-chuck-norris.multipleParagraphs

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

{
  "key": "ctrl+shift+l",
  "command": "vscode-lorem-ipsum-chuck-norris.multipleParagraphs",
  "when": "editorTextFocus"
}

Credits

About

Visual Studio code extension: generate lorem ipsum with Chuck Norris fun facts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published