Fixed
Status Update
Comments
da...@google.com <da...@google.com>
pe...@google.com <pe...@google.com>
pe...@google.com <pe...@google.com>
pe...@google.com <pe...@google.com>
da...@google.com <da...@google.com> #2
Note: This fix should start showing up whenever the next 3.4 canary goes out and should ultimately launch in 3.4.
da...@google.com <da...@google.com> #3
Followup: I may be wrong about this making the 3.4 cut. Assume for now this won't land until 3.5 canary - I'll update this bug if things change.
Description
Build #AI-171.3804685, built on March 16, 2017
JRE: 1.8.0_112-release-b736 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
When editing a data-binding enabled layout, typing "<var" will autocomplete to the correct tag:
<variable
name=""
type=""
However, unlike other elements, it does not include the closing "/>". Other elements seem to do this, for example,
<TextView
android:layout_width=""
android:layout_height=""/>
It would be nice if "variable" also does this.