LWC "lightning-select" tag not being recognized

Issue #2464 resolved
Thomas Hajcak created an issue

Working in a LWC, I noticed that <lightning-select> is being highlighted as a warning with the message “Unknown html tag lightning-select”. This prevents the tag from showing up in suggestions for lightning tag autocompletion, prevents the documentation tooltip/popover from appearing, and prevent lightning-select auto-completion from working as well.

Reproduction:

  1. Create a new “Lighting Web Component HTML File”
  2. Begin typing “lightning-select” and notice that no auto completion is working to generate the tag or once the tag is manually written out.

IDE Info:

IntelliJ IDEA 2023.2.5 (Ultimate Edition)
Build #IU-232.10227.8, built on November 9, 2023
macOS 14.1.1
Non-Bundled Plugins:
carbon-now-sh (1.3.0)
com.jetbrains.packagesearch.intellij-plugin (232.9921.28)
org.jetbrains.kotlin (232-1.9.20-release-507-IJ10072.27)
com.illuminatedcloud2.intellij (2.2.9.1)

Comments (3)

  1. Log in to comment