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

code completion not working for first element in 0.5.26 #86

Open sdole opened 7 years ago

sdole commented 7 years ago

I am using the latest version. Thank you for the releasing it! I am using it in side IDEA 2017 ultimate.

I created an Instance and expected code completion to work in order to flesh out the "Properties" section. For the first property, I was not able to use code completion. After I added the mandatory ImageId property, I am able to use control space key combination to view remaining property options.

shalupov commented 7 years ago

You may also add any other property, it just don't work on the first one. It's a tricky bug since you're technically completing "Properties" value, not a key in a mapping

Properties:
  <caret>

here at <caret> you're completing "Properties" string value

I'll try to make a workaround

sdole commented 7 years ago

That's fine. This does not make me unhappy. I just wanted to let you and others know. GREAT WORK and thank you.

Learning Kotlin to work on the plugin has been a challenge for me. Someday, I will get a hang of this. Thanks for your help.

shalupov commented 7 years ago

@sdole keep going!