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

CR and LF appear in type hint when there is newline character #1944

Open
CrazyboyQCD opened this issue Jul 9, 2024 · 0 comments
Open

CR and LF appear in type hint when there is newline character #1944

CrazyboyQCD opened this issue Jul 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CrazyboyQCD
Copy link

CrazyboyQCD commented Jul 9, 2024

Zig Version

0.14.0-dev.121+ab4c461b7

Zig Language Server Version

fbd8b9a

Client / Code Editor / Extensions

VsCode 1.90.2

Steps to Reproduce and Observed Behavior

OS: Window 11

Define anonymous struct, enum or union like this:

fn F(j: struct {
    b: i32,
}) i32 {
    return j.b;
}
const a = F;

And this is how type hint look like:
image

Expected Behavior

Ignore the newline character and display the fields in one line.

Relevant log output

No response

@CrazyboyQCD CrazyboyQCD added the bug Something isn't working label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant