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

Wrong highlighting in member-variables #176

Closed
snjeza opened this issue Nov 26, 2018 · 2 comments
Closed

Wrong highlighting in member-variables #176

snjeza opened this issue Nov 26, 2018 · 2 comments

Comments

@snjeza
Copy link
Contributor

snjeza commented Nov 26, 2018

Prerequisites

Description

Wrong highlighting in member-variables

Steps to Reproduce

  1. Open the following class in VS Code or Atom
public class Bath {
    private String // Initializing at point Definition
    s1 = "Happy";
    public String /**  Initializing at point Definition */
    s2 = "Happy";
}

Expected behavior:
after

Actual behavior:
before

Reproduces how often: 100%

Versions

Atom : 1.27.2
VS Code : 0.29.1
VSCode Java: 0.34.0

Additional Information

Related issues:
#169
redhat-developer/vscode-java#707

@Vigilans
Copy link
Contributor

Vigilans commented Nov 25, 2019

Current behavior:

image

without comments:
image

@sadikovi
Copy link
Contributor

Relates to #186. Closing as "not an issue".

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

Successfully merging a pull request may close this issue.

3 participants