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

types always shown with module qualifiers in method hints

Open JeffBezanson opened this issue 5 years ago • 0 comments

Types in method signatures are shown as e.g. x::Core.Any, which gets very verbose. Core can always be omitted if the name is exported. ::Any could be omitted as well.

JeffBezanson avatar Sep 01 '20 20:09 JeffBezanson