mjmlio / vscode-mjml

MJML preview, lint, compile for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml
MIT License
178 stars 24 forks source link

Add completion providers #17

Closed Daniel-Knights closed 3 years ago

Daniel-Knights commented 3 years ago

What

Add support for:

How

Create a new Completion class that utilises VSCode's registerCompletionItemProvider and add a folder with the necessary snippets.

Examples

Attribute completion within opening tags

ezgif com-gif-maker

CSS property/value completion within mj-style tags

ezgif com-gif-maker (1)

HTML tag completion within mj-text tags

ezgif com-gif-maker (2)

iRyusa commented 3 years ago

Looks good to me @kmcb777 can we release that ? We'll see if we can improve it by using component definition later

dnuanes commented 3 years ago

Hey Daniel, thanks for the PR. This is a fantastic feature.

Daniel-Knights commented 3 years ago

Hey, thanks @dnuanes