Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 953 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 953 Bytes

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 JavaScript
  4. Type start and press tab key to populate basic template skeleton
  5. Start typing desired resource name and hit tab key

**Note:**Syntax have to be set to JavaScript for now. I will try to manage file extension in next release.

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 the extension
  7. Reload Visual Studio Code