JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
621 stars 261 forks source link

Request: keep `complete_remote_package` reacheable via REPLMode #3801

Open j-fu opened 7 months ago

j-fu commented 7 months ago

With the creation of REPLExt, complete_remote_package is not anymore visible in REPLMode.

For use in Pluto.jl (see https://github.com/fonsp/Pluto.jl/issues/2810) it would be good to declare this function in REPLMode.jl and extend it in REPLExt.jl.

Also it would probably be good to mark this as public API (1.11 style).