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

hover over multi line function in nested block has incorrect formatting #2107

Open
Techatrix opened this issue Dec 11, 2024 · 1 comment
Open
Labels
enhancement New feature or request priority:low Low priority item

Comments

@Techatrix
Copy link
Member

const S = struct {
    pub fn foo(
        alpha: u32,
        beta: u32,
    ) void {
        _ = alpha;
        _ = beta;
    }
};

When hovering over foo displays the function with weird formatting:
Screenshot From 2024-12-11 16-55-48

@xdBronch
Copy link
Contributor

looks like there was a pr for this #2025 but it was just closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low priority item
Projects
None yet
Development

No branches or pull requests

2 participants