mjmlio / vscode-mjml

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

mjml should auto-complete tags #14

Open connor4312 opened 3 years ago

connor4312 commented 3 years ago

Before you open an issue, please check if a similar issue already exists or has been closed before.

Expected behavior

I can type <mj- and see a list of completed mj- tags

Actual behavior

No completions are provided

Steps to reproduce the problem

  1. Type <mj-
  2. Trigger completions

Code sample

<mj-

Screenshot / GIF

Specifications

Other information

List any other information that is relevant to your issue.

iRyusa commented 3 years ago

You don't really need to type < anymore just type mjcolumn

connor4312 commented 3 years ago

I realize that, but this is different from how HTML and its derivatives work in vscode. I would expect mjml to work the same way.

iRyusa commented 3 years ago

Yeah this was designed like that feel free to open a pr to have both alternative then