Skip to content

Partial loss of Syntax highlighting when updating to Visual Studio 2017 RC #14422

Closed
@JohnWeisz

Description

@JohnWeisz

TypeScript Version: 2.1.5

Code

import * as React from "react";
export var t = new Date();

Expected behavior:

Keywords import, as, from, export, var and new should be highlighted (by default, blue).

Actual behavior:

Only var is highlighted, as shown on this screenshot:

2017-03-02

Additional notes

  • TypeScript build succeeds
  • All project types are affected
  • VS 2017 RC was installed next to a VS 2015 installation
  • Both VS 2015 and 2017 are Community edition
  • The new installation of VS 2017 did not affect the earlier VS 2015 one
  • JSX/TSX syntax highlighting is gone too

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExternalRelates to another program, environment, or user action which we cannot control.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions