-
-
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.feature requestNew feature or requestNew feature or request
Description
` The Grave Accent
The editing actions of a Grave accent in Javascript sections of .svelte files within VSCode are not implemented.
By comparison the actions of single quotes '' and double quotes "", the grave accent is non-functioning.
Grave accents are required when working with Template Literals and an integral part of modern Javascript Svelte workflow.
There are two editing scenarios:
Expect: type the cymbol, it should print two and move the cursor between the two.
Actual one cymbol is printed
Expect select a range of code, type the cymbol, two cymbols are printed and the range moved between them.

Actual the range is deleted and one cymbol is printed

Environment
- OS: Windows 10
- IDE: VSCode
- Plugin/Package: "Svelte for VSCode"
History
This is an old issue that was never address in the svelte-vscode plugin.
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.feature requestNew feature or requestNew feature or request