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

https://github.com/joaopalmeiro/vscode-altair-snippets

A VS Code extension for scaffolding Altair charts for data visualization.
https://github.com/joaopalmeiro/vscode-altair-snippets

altair data-visualization python vscode vscode-extension vscode-snippets

Last synced: about 2 months ago
JSON representation

A VS Code extension for scaffolding Altair charts for data visualization.

Awesome Lists containing this project

README

          

# vscode-altair-snippets

A VS Code extension for scaffolding [Altair](https://altair-viz.github.io/) charts for data visualization.

## References

- Traversy Media. (2018, October 16). _Creating A Simple VSCode Extension_ [Video](https://www.youtube.com/watch?v=srwsnNhiqv8). YouTube.

## Development

- macOS: `Fn`+`F5` and create a new Python file.
- Reload: `Command`+`R`.
- Install locally: `make copy`.

## Notes

- Install Yeoman (scaffolding tool) and [VS Code Extension generator](https://github.com/Microsoft/vscode-generator-code) (macOS): `sudo npm install -g yo generator-code` or `npm install -g yo generator-code`.
- [Keep a Changelog](http://keepachangelog.com/) ([repo](https://github.com/olivierlacan/keep-a-changelog)).
- [Snippets in Visual Studio Code](https://code.visualstudio.com/docs/editor/userdefinedsnippets) page. [Syntax](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax).
- [ShellCheck](https://github.com/koalaman/shellcheck):
- `shellcheck Makefile`.