Generate editor IntelliSense data from the manifest so consumers get autocomplete and hover docs for your custom elements.
| Argument | Description |
|---|---|
<files...> | Component source files to analyze. |
| Option | Description |
|---|---|
-o, --out-dir <dir> | Directory to write the data files to. (default: .) |
$ banira editor-data src/*.ts -o .vscodeEmits VS Code HTML/CSS *.custom-data.json and a JetBrains web-types.json, all
written to the output directory.