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 #16801

Closed
anvish opened this issue Dec 7, 2016 · 1 comment
Closed

inconsistent highlighting after method #16801

anvish opened this issue Dec 7, 2016 · 1 comment
Assignees

Comments

@anvish
Copy link

anvish commented Dec 7, 2016

  • VSCode Version: Code 1.7.2 (7ba55c5, 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

@aeschli
Copy link
Contributor

aeschli commented Dec 7, 2016

This issue was moved to microsoft/TypeScript-TmLanguage#379

@aeschli aeschli closed this as completed Dec 7, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants