IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics
https://bit.ly/2kuu1fT
Other
477 stars 83 forks source link

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

Open mkamiishi opened 2 years ago

mkamiishi commented 2 years ago

Description

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

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