vuedx / languagetools

A collection of tools for better IDE experience.

Home Page:https://vuedx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTRL+/ Commenting does not use proper comment type in style block

mika76 opened this issue · comments

Describe the bug
When pressing control+/ in the style block, a html comment is placed <!-- --> instead of a proper css one /* */

To Reproduce

  1. Select some css inside a <style> block
  2. Press ctrl-/

Expected behavior
A proper css comment eg: /* color: red; */

Info (please complete the following information):

  • OS Mac 11.2.1
  • IDE VsCode 1.53.2
  • TypeScript Version 4.2.2
  • Vue Version 3.0.5
  • Other versions (e.g. Nuxt, Vue Router etc.)
  • vuesx & vue syntax 0.6.3