Hi,
I’d like to suggest an improvement for the Go hover functionality in Cursor. Currently, when hovering over Go types, the information shown lacks links to type definitions and doesn’t allow navigation through subtypes directly within the hover window. This limits the ease of exploring complex types, especially in large codebases.
In tools like GoLand, hover popups provide clickable links for types, letting users quickly preview definitions and explore subtypes without leaving their current context. Adding similar functionality in Cursor would streamline navigation, making it significantly easier to work with nested types and large structures.