We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Might be expected behaviour, intellisense breaks if editing on the lhs of an expression - I haven't tested any further cases.
Create svelte demo app go to a .svelte file which uses ActionData (e.g. src/routes/demo/lucia/login/+page.svelte) Edit, e.g. {form?.message ?? ''}
src/routes/demo/lucia/login/+page.svelte
{form?.message ?? ''}
.
esc
control+space
Incorrect:
One way to make it work is delete the rest of the expression.
Shows correct completions
Svelte for VS Code extension
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #1302. This is a limitation of the virtual code generation behind the scene. See #1302 (comment) for the explanation.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Might be expected behaviour, intellisense breaks if editing on the lhs of an expression - I haven't tested any further cases.
Reproduction
Create svelte demo app go to a .svelte file which uses ActionData (e.g.
src/routes/demo/lucia/login/+page.svelte
)Edit, e.g.
{form?.message ?? ''}
.
,esc
, presscontrol+space
Incorrect:

One way to make it work is delete the rest of the expression.
Expected behaviour
Shows correct completions
System Info
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: