Sutro SLang
Language support for SLang, the Sutro DSL for building applications.
Features
- Syntax Highlighting: Full TextMate grammar for SLang syntax
- Code Completion: Context-aware completions for keywords, types, and model references
- Hover Information: Documentation for keywords, primitives, models, and fields
- Go to Definition: Navigate to model and field declarations
- Find All References: Find all usages of models and fields
- Document Symbols: Outline view with models, fields, actions, triggers, and relations
- Diagnostics: Real-time syntax error reporting
Configuration
| Setting |
Description |
Default |
slang.trace.server |
Traces communication between VS Code and the language server |
"off" |
Values for slang.trace.server:
"off" - No tracing
"messages" - Log messages only
"verbose" - Full request/response logging
File Association
The extension automatically activates for files with the .slang extension.
| |