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

Completion in function arguments doesn't work in julia 1.9 #2629

Closed
yha opened this issue Aug 14, 2023 · 2 comments
Closed

Completion in function arguments doesn't work in julia 1.9 #2629

yha opened this issue Aug 14, 2023 · 2 comments
Labels
autocomplete <TAB> bug Something isn't working

Comments

@yha
Copy link
Contributor

yha commented Aug 14, 2023

When running in Julia 1.9, tab completion doesn't seem to work when triggered inside a function call of a defined function.
It works with Julia 1.7.

image

### A Pluto.jl notebook ###
# v0.19.27

using Markdown
using InteractiveUtils

# ╔═╡ 3c06b5d0-3aad-11ee-1839-371507715cbe
foo = 4

# ╔═╡ f541410d-7ec0-4b2a-aee4-f4592543e2b4
abc(x) = x

# ╔═╡ 9d58c4bf-0ec7-4895-8e2d-207391eaab98
abc(fo  # Tab does not complete here

# ╔═╡ d3654ab3-2d48-44ed-b533-f5fc31b85247
ab(fo   # Can be completed to `foo`

# ╔═╡ e0578f59-3aae-4e89-838a-5e79a594bf05
versioninfo()

# ╔═╡ Cell order:
# ╟─3c06b5d0-3aad-11ee-1839-371507715cbe
# ╠═f541410d-7ec0-4b2a-aee4-f4592543e2b4
# ╠═9d58c4bf-0ec7-4895-8e2d-207391eaab98
# ╠═d3654ab3-2d48-44ed-b533-f5fc31b85247
# ╠═e0578f59-3aae-4e89-838a-5e79a594bf05
@Pangoraw
Copy link
Collaborator

Thanks for the report, this should be fixed in JunoLab/FuzzyCompletions.jl#15.

@fonsp fonsp added the bug Something isn't working label Mar 12, 2024
@Pangoraw
Copy link
Collaborator

This will be fixed in the next release of Pluto (or with rm(Pluto.pluto_boot_environment_path[]; force=true, recursive=true)), upstream pr has been merged

@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
autocomplete <TAB> bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants