Dynamic commands

This commit is contained in:
2025-09-07 02:18:11 +02:00
parent 7479320aab
commit 11a7724c58
7 changed files with 1039 additions and 365 deletions

View File

@@ -10,6 +10,7 @@ A Visual Studio Code extension that provides syntax highlighting and IntelliSens
- **Code Snippets**: Pre-built snippets for common ASHES patterns
- **Command Reference**: Built-in command reference panel
- **Smart Indentation**: Proper indentation rules for ASHES code structure
- **Dynamic Command Generation**: Automatically discovers and loads commands from your project's `project.godot` configuration - [Learn more about dynamic commands](DYNAMIC_COMMANDS.md)
## ASHES Language Features Supported