Go to the space in the opening tag (step is unnecessary after resolution of #1)
Hit ctrl + space
Hit key arrow down
Hit enter (e.g. autocomplete to inherit-please="number")
Observe that number is currently selected (as expected)
Enter a
Expected behavior
Autocompletion is empty, or shows possible bindings of properties defined on the current element.
E.g. when working on the template of behavior-test-elem and I declare paper-button, when I select raised I expect autocompletion to show raised="[[localProperty]]" since localProperty is defined on behavior-test-elem.
Actual behavior
Autocompletion shows all attributes and custom listeners, which if you hit enter generates even more autocompletion.
<behavior
inherit-please="number"
)number
is currently selected (as expected)a
Expected behavior
Autocompletion is empty, or shows possible bindings of properties defined on the current element. E.g. when working on the template of
behavior-test-elem
and I declarepaper-button
, when I selectraised
I expect autocompletion to showraised="[[localProperty]]"
sincelocalProperty
is defined onbehavior-test-elem
.Actual behavior
Autocompletion shows all attributes and custom listeners, which if you hit enter generates even more autocompletion.