Closed xvw closed 2 months ago
Currently, the command returns a list of postion * label and the label is computed in the sense of lsp : : type_expr but I guess we can just return the type without any formatting and let's the LSP server prefixing it? WDYT @voodoos?
postion * label
lsp
: type_expr
Yes, I agree that we should return the raw type.
Fixed in b785dcfbabcf0f6472bccc87e2517d011df44aef
Currently, the command returns a list of
postion * label
and the label is computed in the sense oflsp
:: type_expr
but I guess we can just return the type without any formatting and let's the LSP server prefixing it? WDYT @voodoos?