ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Autocomplete for </ does not pick up the namespace qualifier. #154

Closed rhdunn closed 8 years ago

rhdunn commented 8 years ago

Given:

xquery version "3.0";
declare namespace html = "http://www.w3.org/1999/xhtml";
<html:p>

Typing </ results in </p> being inserted, not </html:p>.