A simple Persian Lorem Ipsum generator for Visual Studio Code that works seamlessly across HTML, Vue.js, React, and other file types.
- Generate Persian Lorem Ipsum text with ease.
- Insert a paragraph or a specific number of words directly into your editor.
- Full support for Vue.js files (.vue) with smart context detection
- Complete React/JSX/TSX support including TypeScript React files
- Works in HTML, JavaScript, TypeScript, CSS, and more
- Smart context validation to avoid inappropriate completions
- HTML (
.html) - Vue.js (
.vue) - with template and script section detection - React JavaScript (
.js,.jsx) - React TypeScript (
.ts,.tsx) - CSS/SCSS/Less (
.css,.scss,.less) - JSON (
.json) - Markdown (
.md) - Plain text and more
- Open Visual Studio Code.
- Press
F1to open the command palette. - Type
installand selectExtensions: Install Extension. - Search for
Persian Loremand install the extension.
- Press
F1orCtrl + Shift + Pto open the command palette. - Type
Persian Loremand select the command. - Enter the number of words you want to generate (leave empty for one paragraph).
- Type
ploremto generate one paragraph of Persian Lorem Ipsum. - Type
plorem<number>(e.g.,plorem20) to generate a specific number of words.
ploremgenerates a paragraph of Persian Lorem Ipsum.plorem20generates 20 words of Persian Lorem Ipsum.
<template>
<div>
<p>plorem50</p> <!-- Generates 50 words -->
</div>
</template>function MyComponent() {
return (
<div>
<p>plorem30</p> {/* Generates 30 words */}
</div>
);
}Contributions are welcome! Please visit the repository to submit issues or pull requests.