From 035a0db206ae1651b8e853b5aff5c1562fc7715e Mon Sep 17 00:00:00 2001 From: Brad Lewis <22850972+BradLewis@users.noreply.github.com> Date: Thu, 18 Sep 2025 08:43:09 -0400 Subject: Rework how hover info is displayed for constants and types --- src/server/hover.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/hover.odin') diff --git a/src/server/hover.odin b/src/server/hover.odin index ef4c046..fe69949 100644 --- a/src/server/hover.odin +++ b/src/server/hover.odin @@ -344,6 +344,7 @@ get_hover_information :: proc(document: ^Document, position: common.Position) -> name = selector.name, pkg = selector.pkg, signature = get_enum_field_signature(v, i), + type = .Field, } hover.contents = write_hover_content(&ast_context, symbol) return hover, true, true -- cgit v1.2.3