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

Autocomplete of methods for given variables

Open krystophny opened this issue 4 years ago • 0 comments

Recently, the PR https://github.com/JuliaLang/julia/pull/38791 for the REPL got merged to be included in the next Julia version. This means that the REPL will tab-complete statements like ?(x, y) to yield all methods that apply to x and y as well as ?(x with arbitrary additional arguments. It would be nice to have this also in the language server for use in VSCode and other editors. The current discussion is on https://discourse.julialang.org/t/tab-completion-to-find-methods-for-given-variable-s/66076

krystophny avatar Aug 09 '21 16:08 krystophny