More sophisticated type-aware code completion is on the roadmap as a long-term goal.
Formatting
Use VS Code's Format Document command, or enable editor.formatOnSave for YAG files. Formatting uses the closest
yagfmt.toml in the file's directory or an ancestor. The configuration file accepts these optional fields:
max_width = 100
indent = "tabs" # or a positive number of spaces
continuation_indent = "tabs" # or a positive number of spaces
delimiter_padding = "spaces" # or "none"