JuliaIO / JLD2.jl

HDF5-compatible file format in pure Julia
Other
560 stars 92 forks source link

Drag & Drop loading of files #360

Closed VoSiLk closed 2 years ago

VoSiLk commented 2 years ago

Hi,

sometimes I miss the drag & drop feature from MATLAB for mat-files. There you just drag a mat-file to the command window and it will be automatically loaded. Something similar for jld2-files to REPL in VSCode or Atom woulde be nice. I'm not aware of something like this. I know, that it isn't so important, but sometimes I just would like to have a quick look into the jld2-file without copying the path and everything.

Best regards

JonasIsensee commented 2 years ago

Hi @VoSiLk , if I understand correctly, then this is purely an IDE thing. There is nothing JLD2 can do to support this.