-
-
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
Autocompletion of attributes on HTML tags show JSX attributes after running TypeScript script. This is with new install of VSCode with Svelte for VS Code extension.
To Reproduce
- Scaffold svelte using the recommended method:
npx degit sveltejs/template svelteapp
cd svelteapp - Setup TypeScript using the provided script:
node scripts/setupTypeScript.js - Clean install VSCode on Windows (also tried Insiders) with default, clean settings
- Add "Svelte for VS Code" Extension (current version: 104.12.0)
- Open svelteapp folder with VSCode, and start editing "App.svelte" file inside "src" folder.
- Start typing
classon any HTML tag.. (screenshot below) and see JSX attributes on top before the one needed.
Expected behavior
I would not like to see any JSX attributes as I don't use them, or have an option to disable them.
For example if I start typing class in a HTML tag, I would like the normal completion which I can tab into and the cursor is inside the quotes generated i.e. class="|".
System:
- OS: Windows
- IDE: VSCode
- Plugin/Package: Svelte for VSCode
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
