ionide / ionide/FsAutoComplete
Tooltip oddity with signatures/quick info
Open
bug
help wanted
- Dominant language
- F#
- Stars
- 486
- Forks
- 169
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 5
Description
Say I have two projects, A and B. A exposes a module A, B exposes a module B. A has a signature file for `A.hello` that takes a `name` parameter with some docs. B consumes `A.hello` inside `B.hello`
Inside the A library, hovering over the definition of `A.hello` doesn't show the tooltip from the signature:

But inside the B library, it does:

Contributor guide
Assessment
This issue has not been assessed yet.