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

Allow autocomplete in strings and comments with <TAB> #2892

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Apr 11, 2024

Previous PRs made autocomplete less "aggressive", and one change was to disable autocomplete inside strings, comments, and #2872. This PR brings back this ability, but only when pressing , not autocomatically on type. I.e. only when ctx.explicit is true.

Moved from #2389

@fonsp fonsp added frontend Concerning the HTML editor autocomplete <TAB> labels Apr 11, 2024
@fonsp fonsp merged commit 61478b1 into main Apr 11, 2024
4 checks passed
@fonsp fonsp deleted the autocomplete-explicit branch April 11, 2024 13:43
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="autocomplete-explicit")
julia> using Pluto

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.

1 participant