Skip to content
New issue

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

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

Already on GitHub? # 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
@fonsp
Copy link
Owner Author

fonsp commented Feb 25, 2025

Enabled again in #3151

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant