custom-elements.json (docs-vscode) is missing | autocompletion issue | StencilJS | VSCode
Scale Version 3.0.0-beta.150
Framework and version Web-components with Vue3 and Vite.
Current Behavior
No custom-elements.json (or any other VSCode-friendly autocomplete metafile) is distributed via the Telekom Scale package. Missing intellisense for the web elements provided by Telekom Scale, currently all elements and their props can only be written without any support from the code editor.
Expected Behavior
A custom-elements.json (or any other VSCode-friendly autocomplete metafile) should be distributed via the Telekom Scale package. It is expected that we are able to use autocompletion for components and props even when using custom web elements instead of typing everything manually from the top of our heads.
Code Reproduction Not necessary, not related to my code.
Desktop (please complete the following information):
- OS: Windows
Additional context An investigation with @christopherGdynia (in #2056) lead us to the following conclusions:
- the relevant configuration is already added to your
stencil.config.tsfile - the necessary
custom-elements.jsonfile is added to your.gitignorefile - based on the path specified there, the
custom-elements.jsonshould be in the root folder of your distributed package - the distributed package does not contain the
custom-elements.json