fonsp / Pluto.jl

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

Autocomplete-on-type by default on Mac #2942

Open fonsp opened 1 week ago

fonsp commented 1 week ago

This enables #2389 by default on Mac as part of a phased roll-out.

This is not because I like Mac the most but because they have the smallest share of our users (20%), which means that this is the least risky group to test on :)

github-actions[bot] commented 1 week 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="Enable-autocomplete-on-type-default-windows")
  julia> using Pluto