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.
Lane Maxwell
04.09.2024Works pretty well for most stuff, navigation to your refs are really nice. Does a decent job of showing syntax errors. That said, it's lacking in a lot of areas
It doesn't not know what many of the types are, I just encountered, "Unknown CloudFormation resource type: AWS::SSO::Application"
Also, it does pretty good at figuring out function calls, but I just added a Fn::Foreach to create several account associations, and all I see are red lines. It doesn't not appear to honor any of the LanguageExtensions.