AlbertoPdRF / root-file-viewer

View ROOT files directly in VS Code!
https://marketplace.visualstudio.com/items?itemName=albertopdrf.root-file-viewer
MIT License
47 stars 5 forks source link
cern extension file root visualization vscode

ROOT File Viewer

ROOT File Viewer allows you to see your ROOT Files directly in VS Code! This extension is for you if you want to view ROOT Files:

Demo GIF

Installation

Installing the extension is as easy as:

  1. Launching VS Code's Quick Open with Ctrl + P
  2. Pasting ext install albertopdrf.root-file-viewer into it
  3. Pressing Enter

And that's it, now you can view your ROOT Files directly in VS Code! 🎉

You can also install the extension with any of the other options supported by VS Code

Development

To build and run the extension locally, follow these steps:

  1. Clone the repo with git clone git@github.com:AlbertoPdRF/root-file-viewer.git (or git clone https://github.com/AlbertoPdRF/root-file-viewer.git)
  2. Move into just created folder folder with cd root-file-viewer
  3. Install the dependencies with yarn
  4. Run the extension pressing F5