Assume you have 3 tags:
inputLabelText.html
{#inputLabel /}
{#inputText /}
inputLabel.html
<label {#if for??}for="{for}"{/if}>
{title??}
</label>
inputText.html
<input {#if value??}value="{value}"{/if} />
So when the inputLabelText.html is used {#inputLabelText /} the properties of the other tags are not available for auto completion.
Assume you have 3 tags:
inputLabelText.html{#inputLabel /} {#inputText /}inputLabel.htmlinputText.htmlSo when the
inputLabelText.htmlis used{#inputLabelText /}the properties of the other tags are not available for auto completion.