Special annotations like @Vector with their own style
Support for // comments
⚡ Quick Snippets
entity → Define a new entity
query → Create a query with filters
db → Basic query execution
rel → Add a relationship between entities
🎯 Basic Autocompletion
Initial autocompletion focused on language keywords and types.
Data type suggestions (uuid, string, decimal, timestamp)
Language keywords (nullable, default, include, filter)
Query operators (gte, lt, eq, desc)
🚀 Quick Installation
Option 1: From VSIX (Recommended)
Download the extension:
# Using curl
curl -L https://chameleondb.dev/downloads/chameleon-db-0.1.0.vsix -o chameleon-db.vsix
# Or download it manually from:
# https://chameleondb.dev/downloads/chameleon-db-latest.vsix
Install in VSCode:
Open VSCode
Ctrl+Shift+P
Type: Extensions: Install from VSIX...
Select the downloaded .vsix file
Done! Create a .cham file and start coding.
Option 2: From Marketplace (Coming Soon)
# Soon you will be able to:
# Search for "ChameleonDB" in the VSCode Marketplace
# Or install directly:
# code --install-extension your-name.chameleon-db