Skip to content
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.

String typed TagHelper attributes don't provide instant IntelliSense for trailing periods #792

@NTaylorMullen

Description

@NTaylorMullen

For instance in file => new web application if you type the following you don't get "codification" of the trailing period, it's handled as markup until you type more (note the background color of the code):

image

This means if you try to invoke IntelliSense at the period location you don't get any. If you then type any additional code it then highlights:

image

This does not happen for non-TagHelper tags; they have a different functionality where the period is captured as code for a brief period of time and then transitioned into markup.

/cc @BrennanConroy

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions