Community
Participate
Working Groups
When in this particular situation: @XmlAttribute(namespace =<space><cursor><comma> name = "foo") (looks like: @XmlAttribute(namespace = |, name = "foo") ) no content assist is triggered for the namespace element. It's very important (apparently) that the character sequence is <space><cursor><comma>. Content assist works for the following situations: @XmlAttribute(namespace=<cursor>, name = "foo") @XmlAttribute(namespace =<cursor>, name = "foo") @XmlAttribute(namespace = <cursor> name = "foo") @XmlAttribute(namespace=<cursor>name = "foo") although it can be flaky.
I assume this will be fixed at the JDT level?
Targeting to Juno release.