Skip to content

Properties should be available recursively #939

@gbourant

Description

@gbourant

Assume you have 3 tags:

  1. inputLabelText.html
       {#inputLabel /}
       {#inputText  /}
  1. inputLabel.html
<label {#if for??}for="{for}"{/if}>
        {title??}
</label>
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions