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

Tab completion doesn't work in macros together with module qualification #51827

Closed
fredrikekre opened this issue Oct 23, 2023 · 0 comments · Fixed by #51834
Closed

Tab completion doesn't work in macros together with module qualification #51827

fredrikekre opened this issue Oct 23, 2023 · 0 comments · Fixed by #51834
Assignees
Labels
REPL Julia's REPL (Read Eval Print Loop)

Comments

@fredrikekre
Copy link
Member

Seems specific to some macros, e.g.

@code_warntype Base.ac<TAB>  # gives nothing
@time Base.ac<TAB>           # works
@fredrikekre fredrikekre added the REPL Julia's REPL (Read Eval Print Loop) label Oct 23, 2023
@aviatesk aviatesk self-assigned this Oct 24, 2023
KristofferC added a commit that referenced this issue Oct 25, 2023
…l expression (#51834)

fix #51827

---------

Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
KristofferC pushed a commit that referenced this issue Nov 27, 2023
…l expression (#51834)

fix #51827

---------

Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
(cherry picked from commit 3b1ba62)
KristofferC pushed a commit that referenced this issue Nov 27, 2023
…l expression (#51834)

fix #51827

---------

Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
(cherry picked from commit 3b1ba62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants