A package based on atom-cform to help Atom users create YAML AWS CloudFormation templates.
The package snippets are now derived automatically from the published AWS CloudFormation Resource Specification. This enables the snippets to be more complete but perhaps a little less helpful. Any comments on how to improve usability now that the snippets are auto-generated are welcomed.
*.yaml
file and type stack-start
- a skeleton YAML CloudFormation template will appear.stack-parameter
, metadata-interface
, or ec2-instance
. The package will populate the template for you.If autocomplete doesn't work for you it could be because of atom/autocomplete-snippets#55. autocomplete-snippets/pull/77 has been submitted to fix the issue but until it's released you may have to make the change yourself.
https://github.com/atom/autocomplete-snippets.git
into a folder of your choosing.autocomplete-snippets
folder and run apm link .
. This will create a link inside ~/.atom/packages to the folder in which you download autocomplete-snippets.Preferences...
, Packages
, search for autocomplete-snippets
. Click on Settings
.string
from Disable Snippet Autocompletion Selector String
.Uninstall fixed version of autocomplete-snippets
apm unlink ~/.atom/packages/atom-cform-yaml
=======
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.