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

feat: get_symbol_server

Open aminya opened this issue 5 years ago • 4 comments

Adds a function to get symbols for the given module or current environment

aminya avatar Oct 10 '20 23:10 aminya

@davidanthoff @ZacLN I have added the tests for this. Although all the tests pass online, it fails in the CI! Could you check this?

image

aminya avatar Oct 11 '20 01:10 aminya

What is the use-case for this? I'm a bit hesitant to add more public facing APIs in general, and in this case I don't understand what this would be used for :)

davidanthoff avatar Jan 05 '21 21:01 davidanthoff

What is the use-case for this? I'm a bit hesitant to add more public facing APIs in general, and in this case I don't understand what this would be used for :)

See https://github.com/julia-vscode/StaticLint.jl/pull/220#discussion_r552232228

aminya avatar Jan 05 '21 22:01 aminya

Do we still need this PR, or is the plan with a new external Lint.jl package superseding this?

davidanthoff avatar Mar 12 '21 18:03 davidanthoff