rioj7 / remove-comments

Visual Studio Code extension to remove comments from files.
9 stars 4 forks source link

Are there any plans to support vue single files? #16

Open Daotin opened 21 hours ago

rioj7 commented 17 hours ago

@Daotin

Can you give a hint what you expect and how these files look like.

A link to a doc page about Vue Single files.

What is the VSC Language Id of these files.

Which VSC extension does the syntax highlighting.

rioj7 commented 17 hours ago

@Daotin

I did a little search and found Single-File Components

Does that mean you want different String/Comment detection in each section <script>, <template> and <style>?

Looking at the Vue syntax highlighting extension I see that the language used in a section can be different.

For <template> it can be HTML, Jade, ... For <style> it can be CSS, stylus, ...