sveltejs/svelte.dev

Playground `Ctrl + /` shortcut should support the new comments in tags

Open

#1,898 opened on Mar 28, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Svelte (255 forks)github user discovery
help wantedplayground (functionality)

Repository metrics

Stars
 (301 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/sveltejs/svelte/pull/17671

When I press Ctrl + /, I get this.

Expected

<input
	// bind:value={name}
/>

Actual

<input
	<!-- bind:value={name}  -->
/>

Contributor guide