JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
547 stars 85 forks source link

[Experimental] REPL Completions #448

Closed JonasIsensee closed 1 week ago

JonasIsensee commented 1 year ago

This PR makes the REPL path completions also search through open JLD2 files and allows easy navigation / access of files.

The current implementation has to redefine the REPL.REPLCompletions function definitions which is suboptimal. Maybe there is a better way..