sveltejs/svelte-atom

Commentting with cmd+/ applies html comments

jerrythomas opened this issue · 2 comments

In any svelte component.

Press command + / on the code within the script or style tags. The code gets commented using html comments instead of // for the script and /* */ for the css.

I checked this, and it seems to be fixed by using an upgraded version of the language server (0.11.0). You can upgrade the package version yourself, or just use my fork instead. See #2 (comment)

rixo commented

Should be fixed in 1.0.0.

I now get proper comment format in script / markup / css.