Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Tag Helpers: support ModelExpression IntelliSense #1252

Closed
dougbu opened this issue Oct 6, 2014 · 1 comment
Closed

Tag Helpers: support ModelExpression IntelliSense #1252

dougbu opened this issue Oct 6, 2014 · 1 comment
Milestone

Comments

@dougbu
Copy link
Contributor

dougbu commented Oct 6, 2014

for example if the user is at | in the following, IntelliSense should prompt with available fields and properties in the model:

  <input type="text" for="|"/>

this amounts to design-time support for the quoted expression used at runtime to create a ModelExpression instance. could be as simple as projecting the user to the | in the following.

  var __unused = CreateModelExpression(model => model.|);
@yishaigalatzer
Copy link
Contributor

This is already done, tooling needs to verify once the tooling feature lights up. @vkichline

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants