You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v0.2.0, all source engine file types should have some form of syntax highlighting applied. This includes
- KV (In general)
- VMT
- QC
- FGD
Semantic highlighting is not a goal for all these file types
The foundation from which future language features can be implemented should be built and tested.
## Complete VMT foundation
- Parameter auto completion
- Parameter value type validation
- Color value highlighting
- Hover inspection tips
## Improve general KV features
- Line formatting (Auto indent)
- Proper autocomplete and schema framework
- Detect duplicate keys
-