Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistent highlighting after method #379

Closed
aeschli opened this issue Dec 7, 2016 · 0 comments
Closed

inconsistent highlighting after method #379

aeschli opened this issue Dec 7, 2016 · 0 comments

Comments

@aeschli
Copy link

aeschli commented Dec 7, 2016

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

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

No branches or pull requests

1 participant