Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlaphoenix/vscode-vapoursynth-preview-button

Preview button for VapourSynth vpy files in VSCode's Editor Action Group.
https://github.com/rlaphoenix/vscode-vapoursynth-preview-button

extension python vapoursynth visual-studio-code vs-edit vs-preview vscode vscode-extension vse-preview

Last synced: about 1 month ago
JSON representation

Preview button for VapourSynth vpy files in VSCode's Editor Action Group.

Awesome Lists containing this project

README

        

# VapourSynth Preview Button

Preview button for VapourSynth vpy files in VSCode's Editor Action Group.

![Screenshot](/images/screenshot.jpg)

## Usage

- Script file must use the `.vpy` file extension.
- Set the language associated with `.vpy` files to Python.
- Add [vse-previewer] to your environment path so that the `vse-previewer` binary can be found and used.

Note: This extension has no settings.

## Known Issues

- Keybindings should be Shift+Space (or Cmd+Shift+Space on Mac) but they do not work.

## Credits

- Code inspired by: [GoNavBar by scotthew](https://github.com/scotthew/go-nav-bar-vscode-extension)
- Icons by: [Material Design Icons](https://materialdesignicons.com)

[vse-previewer]: