fonsp / Pluto.jl

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

Autocomplete: improve keyword argument completions #2863

Closed fonsp closed 3 months ago

fonsp commented 3 months ago

They now show up more quickly and they are boosted to the top. Also gave them some style

https://github.com/fonsp/Pluto.jl/assets/6933510/4572af66-3e85-4e7f-9b8c-9f7027054be6

Would be nice: list all kwargs with sprint(<TAB>

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="autocomplete-disable-some-fancy-features")
  julia> using Pluto