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

Records highlighting is not supported #202

Closed
Youssef1313 opened this issue Apr 16, 2021 · 2 comments · Fixed by #254
Closed

Records highlighting is not supported #202

Youssef1313 opened this issue Apr 16, 2021 · 2 comments · Fixed by #254

Comments

@Youssef1313
Copy link
Member

See dotnet/vscode-csharp#4211 (comment)

It should support the different ways like the following:

record R1;

record R2();

record R3() { }

record R4 { }
@JoeRobich
Copy link
Member

partially fixed in #211

@Shadowblitz16
Copy link

Shadowblitz16 commented Mar 28, 2022

I'm on kde neon 20.04 and I still get this issue with vscode.
I was using mine this way...

    public record struct Bounds4
    (
        Vector4 min, 
        Vector4 max
    ); 

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

Successfully merging a pull request may close this issue.

3 participants