Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>BanglaScriptNew to Visual Studio Code? Get it now.
BanglaScript

BanglaScript

Bengal Empire

|
1 install
| (1) | Free
Bangla programming language support - বাংলায় কোডিং করুন!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BanglaScript - VSCode Extension

বাংলায় কোডিং করুন! Write code in Bengali with full syntax highlighting, IntelliSense, and snippets.

✨ Features

  • 🎨 Syntax Highlighting - Beautiful color coding for all BanglaScript keywords
  • 📝 Smart Snippets - 30+ ready-to-use code templates
  • 🔍 IntelliSense - Hover documentation for keywords
  • 🎯 Custom File Icon - Distinct .bjs file icon in explorer
  • 🚀 Quick Templates - Generate boilerplate code instantly
  • 📚 Built-in Documentation - Access docs without leaving VSCode

🚀 Quick Start

  1. Create a new file with .bjs extension
  2. Type hello and press Tab for Hello World template
  3. Start coding in বাংলা!

Example Code

// হ্যালো ওয়ার্ল্ড
লিখো("হ্যালো, বিশ্ব! 🇧🇩");

// ফাংশন তৈরি করুন
অনুষ্ঠান যোগ(ক, খ) {
    প্রেরণ ক + খ;
}

সংখ্যা ফলাফল = যোগ(১০, ২০);
লিখো("যোগফল:", ফলাফল); // আউটপুট: ৩০

📝 Available Snippets

Trigger Description
সংখ্যা Number variable
শব্দ String variable
অনুষ্ঠান Function declaration
যদি If-else statement
জন্য For loop
প্রতিটি For-each loop
ক্লাস Class declaration
hello Hello World template

Type any trigger and press Tab to expand!

⌨️ Keyboard Shortcuts

  • Ctrl+Shift+P → "BanglaScript: Create Hello World Template"
  • Ctrl+Shift+P → "BanglaScript: Show Documentation"

🛠️ Configuration

Access settings via: File → Preferences → Settings → Search "BanglaScript"

  • banglascript.enableSnippets - Enable/disable snippets
  • banglascript.showWelcomeMessage - Show welcome message on startup

Known Issues

  • None currently! Report issues on GitHub

Made with ❤️ for the Bengali developer community

©Mahmud Rahman

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