anteprimorac / vscode-html-end-tag-labels

VSCode HTML end tag labels extension
MIT License
47 stars 8 forks source link

Support for specifying file types #769

Open clubside opened 4 months ago

clubside commented 4 months ago

Is your feature request related to a problem? Please describe. I mainatin a number of Classic ASP sites. Classic ASP is just HTML with code blocks. I'd like to be able to take advantage of your plugin when editing .asp files.

Describe the solution you'd like A field where we could include a delimited list of file extensions the plugin would use to know when to be enabled.

Describe alternatives you've considered I haven't looked. Are there similar plugins to yours?

clubside commented 4 months ago

I found out what my problem is, your plugin actually works on .asp files as VSCode reports them as HTML but if there are code blocks in between elements the plugin doesn't understand that so it stops working on elements that open before the code block and close after it. I could provide a sample but it may be too niche to bother implementing.