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

Generate line mappings for empty expressions. #1156

Merged
merged 1 commit into from
Apr 3, 2017

Commits on Apr 3, 2017

  1. Generate line mappings for empty expressions.

    - At design time we weren't generating line mappings when a user would type `@` or `@(`. This results in no C# IntelliSense being provided to the user because the editor hasn't mapped any of Razor to the C# buffer.
    - Updated the design time renderer and design time writer to account for empty expressions.
    - Modified the `DefaultIRLoweringPhase` to set source locations on empty expression nodes.
    - Re-generated test files to account for 0 length line mappings on empty expression nodes.
    
    #1155
    NTaylorMullen committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    6209e90 View commit details
    Browse the repository at this point in the history