Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Add ability to auto-convert from attribute/property #18

@jpzwarte

Description

@jpzwarte
  1. Start typing <x-foo prop=${ and detect that you're entering an expression and auto-convert to <x-foo .prop=${
  2. Start typing <x-foo .prop="x and detect that you're entering a static attribute and auto-convert to <x-foo prop="x

Both depend on @property({ reflect: true }) prop;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions