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.
It is very easy to generate some lines or paragraphs of text inspired by Chuck Norris:
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"
}
- Tyler Leonhardt for demonstrating building a VS extension
- Daniel Imms providing an example lorem-ipsum extension