Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

💖 Autocomplete automatically on type

Open fonsp opened this issue 1 year ago • 1 comments

https://user-images.githubusercontent.com/6933510/203638851-df7f0222-4861-403e-af2b-b6ae58059ff9.mov

TODO, don't autocomplete these:

  • [x] x =
  • [x] 12
  • [x] # julia
  • [x] # julia inside a md"""
  • [x] "jl

fonsp avatar Nov 23 '22 20:11 fonsp

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-on-type")
julia> using Pluto

github-actions[bot] avatar Nov 23 '22 20:11 github-actions[bot]