Skip to content

Going to definition or recognizing html tags in WebStorm/Intellij #135

Closed
@gabrielcraveiro

Description

@gabrielcraveiro

Hi, first I would like to thank you for the lib, been using for some weeks now and it really helps with the development flow.

I only have one issue, seeing prop definition or going to original component is not really that bad, but webstorm keeps warning me that the component is an "unknown html tag". Is there a way to recognize the components or even going to definition using the plugin?

Right now my vite.config is:

ViteComponents({
  customComponentResolvers: [
    ElementUiResolver(),
    ViteIconsResolver({
      componentPrefix: "",
    }),
  ],
}),

warning image

Thanks guys!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions