zls
zls copied to clipboard
hover over multi line function in nested block has incorrect formatting
const S = struct {
pub fn foo(
alpha: u32,
beta: u32,
) void {
_ = alpha;
_ = beta;
}
};
When hovering over foo displays the function with weird formatting:
looks like there was a pr for this https://github.com/zigtools/zls/pull/2025 but it was just closed