LanguageServer.jl
LanguageServer.jl copied to clipboard
types always shown with module qualifiers in method hints
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.