IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelliSense is not working properly for tag helpers in Visual Studio 2022.

mkamiishi opened this issue · comments

Description

IntelliSense is not working properly for tag helpers in Visual Studio 2022.

  • ignite-ui version: 21.2.20212.48
  • browser: NA

Steps to reproduce

  1. Open the attached sample WebApplication_NetCore.zip with Visual Studio 2022.
  2. Go to Views/Home/Index.cshtml.
  3. Set the caret after 'required-rule' under 'ig-combo' > 'combo-validator-options'.
  4. Press the space key to show intellisense popup.
    (please see vs-intelliSense.png.)

Result

'error-message' is not shown.

Expected result

'error-message' is shown.

Attachments

Attach a sample if available, and screenshots, if applicable.
WebApplication_NetCore.zip
vs-intelliSense