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

REPLCompletions: get completions for :toplevel/:tuple expressions #51454

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

aviatesk
Copy link
Member

This allows us to get completions for the following kind of cases:

julia> some_issue36437 = Some(Issue36437(42));

julia> some_issue36437.value.a, some_issue36437.value.

a
b
c
julia> some_issue36437.value.a; some_issue36437.value.

a
b
c

This allows us to get completions for the following kind of cases:
```julia
julia> some_issue36437 = Some(Issue36437(42));

julia> some_issue36437.value.a, some_issue36437.value.

a
b
c
julia> some_issue36437.value.a; some_issue36437.value.

a
b
c
```
@vtjnash vtjnash merged commit 54bae4a into master Sep 26, 2023
@vtjnash vtjnash deleted the avi/repl-complete-last-expr branch September 26, 2023 13:50
aviatesk added a commit that referenced this pull request Sep 30, 2023
@brenhinkeller brenhinkeller added the REPL Julia's REPL (Read Eval Print Loop) label Oct 3, 2023
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 this pull request may close these issues.

3 participants