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
- Create a new file with
.bjs extension
- Type
hello and press Tab for Hello World template
- 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
| |