/cform-VSCode

CloudFormation extension for Visual Studio Code

CloudFormation support for Visual Studio Code

This is fork of ST3 CloudFormation plugin.

Usage

  1. Install the extension
  2. Create new file
  3. Set syntax to JSON
  4. Type start and press tab key to populate basic template skeleton
  5. Start typing desired resource name and hit tab key

Note: CloudFormation support works with JSON syntax selected or .json, .cform, .template file extensions. These are commonly used CloudFormation template extensions.

New template file

Installation

  1. Install Visual Studio Code 0.10.6 or higher
  2. Launch Code
  3. Invoke command palette by Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Type Extension
  5. Select Install Extension
  6. Choose extension CloudFormation
  7. Restart Visual Studio Code

Installation

Troubleshooting

Changelog

0.0.10

  • start snippet correction
  • lambda support
  • function IF

0.0.8

  • corrected issue with missing language mode UI
  • added latest .vsix to GitHub repo for manual install

0.0.6

  • added support for .cform and .template file extensions

Contributing

  1. Fork
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request