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: handle definitions from other cells #3056

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 14, 2024

Autocomplete now includes globals that are defined in other cells, but not yet submitted (with Ctrl+S or the run button). Fix #2991

image
Schermopname.2024-10-14.om.12.42.36.mov

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https:/fonsp/Pluto.jl", rev="autocomplete-handle-definitions-from-other-cells")
julia> using Pluto

@fonsp fonsp added frontend Concerning the HTML editor autocomplete <TAB> labels Oct 14, 2024
@fonsp fonsp merged commit 56256df into main Oct 14, 2024
7 checks passed
@fonsp fonsp deleted the autocomplete-handle-definitions-from-other-cells branch October 14, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocomplete <TAB> frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete should include definitions from unsaved cells
1 participant