julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

Hover offers wrong method definitions for `Core` functions #170

Closed aviatesk closed 4 years ago

aviatesk commented 4 years ago

Hovering over typeof etc would result in:

... doc strings
### 2 methodsfor function Core.typeof
[1] typeof()
[2] typeof(x::Core.Any)

while typeof() doesn't exist

ZacLN commented 4 years ago

This is the culprit: https://github.com/julia-vscode/SymbolServer.jl/blob/master/src/symbols.jl#L346