Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete of methods for given variables #979

Open
krystophny opened this issue Aug 9, 2021 · 0 comments · May be fixed by #1210 or #980
Open

Autocomplete of methods for given variables #979

krystophny opened this issue Aug 9, 2021 · 0 comments · May be fixed by #1210 or #980

Comments

@krystophny
Copy link

krystophny commented Aug 9, 2021

Recently, the PR JuliaLang/julia#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 krystophny linked a pull request Aug 9, 2021 that will close this issue
2 tasks
@davidanthoff davidanthoff added this to the Backlog milestone Aug 14, 2021
@davidanthoff davidanthoff removed this from the Backlog milestone Oct 15, 2022
@xgdgsc xgdgsc linked a pull request Mar 1, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants