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

Class name is no longer colored in VS Code 1.36 #313

Closed
ducalex opened this issue Jul 3, 2019 · 8 comments
Closed

Class name is no longer colored in VS Code 1.36 #313

ducalex opened this issue Jul 3, 2019 · 8 comments
Labels
WIP Work In Process

Comments

@ducalex
Copy link

ducalex commented Jul 3, 2019

Class names are no longer colored in C++ class implementations in VS Code 1.36:

VS Code 1.35.1:
alt text

VS Code 1.36:
alt text

@Binaryify
Copy link
Owner

guess vscode just update C++ extension, will fix it soon

Binaryify pushed a commit that referenced this issue Jul 4, 2019
@Binaryify
Copy link
Owner

just release a new version, you can check it now

@ducalex
Copy link
Author

ducalex commented Jul 4, 2019

Thanks for the update!

The constructor is fixed but destructor and normal methods are still wrong:

@Binaryify
Copy link
Owner

could you provide the code in your screenshot

@ducalex
Copy link
Author

ducalex commented Jul 5, 2019

Here's a stripped down version
test.zip

@ducalex
Copy link
Author

ducalex commented Jul 5, 2019

I should mention that I have C_Cpp.enhancedColorization disabled.
When it is enabled (default) the colors are correct.

@Binaryify Binaryify added the WIP Work In Process label Jul 6, 2019
@Binaryify
Copy link
Owner

just release a new version, you can check it now~

@ducalex
Copy link
Author

ducalex commented Jul 11, 2019

It is fixed, thank you!

@ducalex ducalex closed this as completed Jul 11, 2019
Binaryify pushed a commit that referenced this issue Aug 8, 2019
Binaryify added a commit that referenced this issue Aug 8, 2019
Binaryify added a commit that referenced this issue Aug 8, 2019
Binaryify added a commit that referenced this issue Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work In Process
Projects
None yet
Development

No branches or pull requests

2 participants