Amazon AWS CloudFormation language support.
Open any *.template, *.json or *.yaml file with CloudFormation language inside. There should be number of features available:
- Template validation
- Overall file structure
- References to resources, conditions, parameters, mappings
- Resource types and properties
- File structure (aka Go to member) (Ctrl-F12 on Windows): fast jump to any entity in the file
- Completion in Ref clause
- Completion of resources types and properties
- Live template for Ref clause: type "ref" and press Tab
- Ctrl-Click on any reference to jump to its definition
- Quick Documentation for resource types and properties
- Format file
Metadata updated: 02 January 2024.