Props are not completed until component tag is closed #1884
Labels
bug
Something isn't working
limitation
Constraints of the existing architecture make this hard to fix
Describe the bug
In VS Code, props are not completed until the tag is closed.
This is a bit inconvenient as it does not match the typical order of operations, which for me at least is:
<ComponentName
>
Reproduction
component.svelte
<Component val
in another fileExpected behaviour
Property
value
is suggested and nothing else.System Info
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
Open:
Closed:
The text was updated successfully, but these errors were encountered: