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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable local_autocomplete 馃槩 #2013

Merged
merged 6 commits into from
Apr 4, 2022
Merged

Disable local_autocomplete 馃槩 #2013

merged 6 commits into from
Apr 4, 2022

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Mar 29, 2022

Reverts #1925 because of performance issues

I added completeAnyWord so that we still have local autocomplete, although less accurate

This also means that using globals inside a cell will cause duplicate completions

but this will be fixed by codemirror/autocomplete#10 EDIT merged and used in pluto by #2021

cc @Pangoraw

@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="disable-local-autocomplete")
julia> using Pluto

@fonsp fonsp merged commit 8cdb040 into main Apr 4, 2022
@fonsp fonsp deleted the disable-local-autocomplete branch April 4, 2022 13:13
@fonsp fonsp added the autocomplete <TAB> label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant