-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working
Description
Describe the bug
svelte-vscode-bug.mov
Reproduction
- Create a "writable" variable called "foo", then export it.
- Import this variable inside svelte file.
- Use this variable with $ directive like $foo.length or class:foo={$foo}
- Rename variable to "koo" using "Rename symbol" feature of VSCode
The result is like
"$foo.length" => "$koollength" instead "$koo.length"
"class:foo={$foo} => "class:foo={$koo" (losing right bracket...)
Expected behaviour
I'm really afraid to rename any variable using in ".svelte"
System Info
Lastest MacOS, Lastest VScode
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
No response
eclipher
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't working