Closed Daniel-Knights closed 3 years ago
Add support for:
mj-style
mj-text
Create a new Completion class that utilises VSCode's registerCompletionItemProvider and add a folder with the necessary snippets.
Completion
registerCompletionItemProvider
Looks good to me @kmcb777 can we release that ? We'll see if we can improve it by using component definition later
Hey Daniel, thanks for the PR. This is a fantastic feature.
Hey, thanks @dnuanes
What
Add support for:
mj-style
tagsmj-text
tagsHow
Create a new
Completion
class that utilises VSCode'sregisterCompletionItemProvider
and add a folder with the necessary snippets.Examples
Attribute completion within opening tags
CSS property/value completion within
mj-style
tagsHTML tag completion within
mj-text
tags