fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Don't show anon functions in autocomplete #2870

Closed fonsp closed 3 months ago

fonsp commented 3 months ago

Fix #2866

Depends on https://github.com/JuliaPluto/ExpressionExplorer.jl/pull/19

github-actions[bot] commented 3 months ago

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="anon-in-autocomplete")
  julia> using Pluto