shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

flesh out ref by hitting alt+enter #62

Open sdole opened 8 years ago

sdole commented 8 years ago

when writing templates, often times, we create a "ref" to a parameter or to another logical resource. The intention is to flesh out that ref after it has been written. so, if a ref value does not exist, i should be able to ALT+Enter on it and IntelliJ should offer to insert either a parameter or a new resource.