This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Consume docs on TagHelper classes to provide IntelliSense at design time. #352
Closed
Description
Right now when writing TagHelper
s users consume them in the editor without any added IntelliSense. If we were to discover docs related to TagHelper
classes and expose those via TagHelperDescriptor
s we could provide more information to make tooling easier to use.
I believe we should do this at the Razor level to enable cross-platform scenarios.