sveltejs/svelte.dev
View on GitHubPlayground `Ctrl + /` shortcut should support the new comments in tags
Open
#1,898 opened on Mar 28, 2026
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} -->
/>