JG
Your emmet advice is good, to help with HTML etc. but associating .svelte files with .html removes all of the niceties the VS Code Svelte plugin adds. Svelte files associated with html: <svelte:window on:keydown="{handleKeydown}" /> and when not associated with html <svelte:window on:keydown={handleKeydown} />