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.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/vscode-altair-snippets
- Owner: joaopalmeiro
- License: mit
- Created: 2020-08-12T23:43:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T09:37:06.000Z (over 4 years ago)
- Last Synced: 2025-01-31T07:12:23.496Z (over 1 year ago)
- Topics: altair, data-visualization, python, vscode, vscode-extension, vscode-snippets
- Language: Jupyter Notebook
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.