-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ryan Waskiewicz edited this page Oct 2, 2024
·
1 revision
By default, integrated development environments (IDEs) like JetBrains' WebStorm are not aware of a project's custom elements, resulting in a poorer development experience.
The webTypesOutputTarget
output target tells Stencil to generate a JSON file that enables auto-completion, hover tooltips, etc., for a project's custom elements in HTML and Vue files.
Once the feature is enabled and your IDE is informed of the JSON file's location, web components in HTML and Vue files will have similar Intellisense to that of TSX files: