Given:
<foo>
<bar>
// press ctrl-space here
</foo>
There's no completion until I press <. While I understand autocompletion is triggered on <, explicit completion requests (ctrl+space), should also return results from anywhere in the document. In this case, it should return </bar>.
The current behavior is very frustrating.
This may be a server-side issue (or not). cc @angelozerr