LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

No completion or signaturehelp/hover for module aliases

Open non-Jedi opened this issue 4 years ago • 1 comments

For longer module names one common pattern I use is:

using FooBar
const FB = FooBar

f() = FB.foo()

The language server does not provide completion for foo in this scenario and when hovering over foo, no signatureHelp/hover is provided. Jumping to definition textDocument/definition also doesn't work.

non-Jedi avatar Apr 15 '20 13:04 non-Jedi

I am on master but still not getting completions for aliases

untoreh avatar Feb 05 '21 14:02 untoreh