We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a967931 commit ec5edd5Copy full SHA for ec5edd5
analysis/src/Hover.ml
@@ -275,12 +275,7 @@ let newHover ~full:{file; package} ~supportsMarkdownLinks locItem =
275
| Some file ->
276
showModule ~docstring:file.structure.docstring ~name:file.moduleName ~file
277
~package None)
278
- | Typed (_, t, Definition (_, (Field _ | Constructor _))) ->
279
- let fromType typ =
280
- hoverWithExpandedTypes ~file ~package ~supportsMarkdownLinks typ
281
- in
282
- let t = Shared.dig t in
283
- Some (fromType t)
+ | Typed (_, _, Definition (_, (Field _ | Constructor _))) -> None
284
| Constant t ->
285
Some
286
(Markdown.codeBlock
0 commit comments