Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quran Zikr & DuaaNew to Visual Studio Code? Get it now.
Quran Zikr & Duaa

Quran Zikr & Duaa

nadine_dev

|
1 install
| (0) | Free
Prints a Zikr or Ayah from the Quran on code execution, and inserts an opening Duaa in every new file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quran Zikr & Duaa — VS Code Extension

Prints a random Zikr or Ayah from the Quran every time you run code, and automatically inserts an opening Duaa comment at the top of every new file you create.


Features

1. Zikr / Ayah on Code Run

Every time you run or debug code, a Zikr or Ayah is printed in the terminal:

──────────────────────────────────────────────────
✨ إِنَّ مَعَ الْعُسْرِ يُسْرًا
   ─── الشرح: ٦
──────────────────────────────────────────────────

2. Opening Duaa on New File

Every new file you create automatically gets this at the top:

# بسم الله الرحمن الرحيم
# اللهم يسر ولا تعسر

3. Manual Command

Open the Command Palette (Ctrl+Shift+P) and run "Print Zikr / Ayah" anytime.


Installation (from VS Code Marketplace)

Search for "Quran Zikr" in the Extensions panel and click Install.


How to Build & Publish (for developers)

Prerequisites

  • Node.js installed
  • A free account on https://marketplace.visualstudio.com

Steps

1. Install the packaging tool:

npm install

2. Update package.json:

  • Replace YOUR_PUBLISHER_NAME with your Marketplace publisher ID
  • Replace YOUR_USERNAME with your GitHub username

3. Add an icon:

  • Add a 128x128 PNG file named icon.png to the root folder

4. Package it:

npx vsce package

This creates a quran-zikr-1.0.0.vsix file.

5. Publish to Marketplace:

  • Go to https://marketplace.visualstudio.com/manage
  • Create a publisher account
  • Get a Personal Access Token from https://dev.azure.com
  • Run:
npx vsce publish

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft