Skip to content

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

@Techatrix

Description

@Techatrix
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:lowLow priority item

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions