HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

.tpl file support

Open AresAndy opened this issue 7 years ago • 1 comments

Hello,

Can support for CSS class completion be supported for Smarty template files? Another idea would be to allow for file hook aliases, like to set that some files require autocompletion.

Thanks

AresAndy avatar Jun 07 '18 09:06 AresAndy

You can add other extensions by adding this to your VSCode settings: "html-css-class-completion.includeGlobPattern": "**/*.{css,html,scss}",

muuvmuuv avatar Aug 08 '18 13:08 muuvmuuv