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

How to view .jld files in VScode?

Open breeze-zhaofei opened this issue 2 years ago • 2 comments

Hi,

How to view .jld files in VScode?

Thanks!

breeze-zhaofei avatar May 16 '22 15:05 breeze-zhaofei

I don't think there's any special way of viewing them in VScode via the editor, but you can interact with them in the REPL as usual

brenhinkeller avatar Nov 25 '22 21:11 brenhinkeller

JLD files are HDF5 files. There are a few vscode extensiosn that allow you view HDF5 files.

https://marketplace.visualstudio.com/items?itemName=lochbrunner.vscode-hdf5-viewer-highfive https://github.com/silx-kit/vscode-h5web

mkitti avatar Nov 25 '22 21:11 mkitti