Skip to content

inconsistent highlighting after method #379

@aeschli

Description

@aeschli

From @anvish on December 7, 2016 10:30

  • VSCode Version: Code 1.7.2 (7ba55c5860b152d999dda59393ca3ebeb1b5c85f, 2016-11-21T22:06:37.428Z)
  • OS Version: Windows_NT ia32 6.1.7601
  • Extensions:
Extension Author Version
vscode-file-peek abierbaum 1.0.1
Bookmarks alefragnani 0.10.1
path-intellisense christian-kohler 1.1.0
vscode-eslint dbaeumer 1.1.0
tslint eg2 0.7.1
auto-close-tag formulahendry 0.3.6
auto-rename-tag formulahendry 0.0.8
contextualduplicate lafe 0.2.0
vscode-stylefmt mrmlnc 2.2.0
debugger-for-chrome msjsdiag 2.3.2
stylelint shinnn 0.20.4

Steps to Reproduce:

  1. Create typescript file
interface A {
    prop1: string
    prop2: string
    method1(): void
    prop3: string
    prop4: string
}
  1. Properties after a method are not highlighted

bug

Copied from original issue: microsoft/vscode#16801

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions