julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

feat: get_symbol_server #190

Open aminya opened 3 years ago

aminya commented 3 years ago

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

aminya commented 3 years ago

@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

davidanthoff commented 3 years ago

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 :)

aminya commented 3 years ago

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

davidanthoff commented 3 years ago

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