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

Disable autocomplete commit characters [",", "(", "[", "{"] #3055

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 14, 2024

This disables the "commit characters" from autocomplete: [",", "(", "[", "{"]

Pressing these keys will no longer automatically apply autocompletion :)

Space was never a commit character, and I will keep . for now, matching VS code.

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="disable-autocomplete-commit-characters")
julia> using Pluto

@fonsp fonsp added frontend Concerning the HTML editor autocomplete <TAB> labels Oct 14, 2024
@fonsp fonsp merged commit 11a1825 into main Oct 14, 2024
7 checks passed
@fonsp fonsp deleted the disable-autocomplete-commit-characters branch October 14, 2024 09:33
@fonsp fonsp linked an issue Oct 14, 2024 that may be closed by this pull request
@fonsp fonsp mentioned this pull request Oct 14, 2024
@fonsp fonsp linked an issue Oct 14, 2024 that may be closed by this pull request
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.

Aggressive Autocomplete, Specific Example autocomplete on type problematic when defining functions
1 participant