https://github.com/sugatoray/vscode-jinja-extension-pack
VS Code Jinja Extensions Pack
https://github.com/sugatoray/vscode-jinja-extension-pack
extension-pack jinja jinja2 python visual-studio-code vscode vscode-extension
Last synced: 9 months ago
JSON representation
VS Code Jinja Extensions Pack
- Host: GitHub
- URL: https://github.com/sugatoray/vscode-jinja-extension-pack
- Owner: sugatoray
- License: mit
- Created: 2021-09-12T20:48:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T10:42:42.000Z (over 2 years ago)
- Last Synced: 2025-04-04T01:01:34.628Z (about 1 year ago)
- Topics: extension-pack, jinja, jinja2, python, visual-studio-code, vscode, vscode-extension
- Language: Makefile
- Homepage: https://marketplace.visualstudio.com/items?itemName=sugatoray.jinja-extension-pack
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![vscode-badge][#vsce-svg-url-version]][#vsce-marketplace-url]
[![Installs][#vsce-svg-url-installs]][#vsce-marketplace-url]
[![Downloads][#vsce-svg-url-downloads]][#vsce-marketplace-url]
[#vsce-svg-url-version]: https://vsmarketplacebadge.apphb.com/version/sugatoray.jinja-extension-pack.svg
[#vsce-svg-url-installs]: https://vsmarketplacebadge.apphb.com/installs/sugatoray.jinja-extension-pack.svg
[#vsce-svg-url-downloads]: https://vsmarketplacebadge.apphb.com/downloads/sugatoray.jinja-extension-pack.svg
[#vsce-marketplace-url]: https://marketplace.visualstudio.com/items?itemName=sugatoray.jinja-extension-pack
# VS Code Jinja Extension Pack
This extension pack packages some of the most popular (and some of my favorite) Jinja2 and Python extensions.
## Extensions Included
| SL# | Extension |
|:---:|:---|
| `01` | 🎁 [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.
| `02` | 🎁 [Jinja](https://marketplace.visualstudio.com/items?itemName=wholroyd.jinja)
- Jinja template language support for Visual Studio Code.
| `03` | 🎁 [BetterJinja](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml)
- Syntax highlighting for jinja(2) including HTML, Markdown, YAML, Ruby and LaTeX templates.
| `04` | 🎁 [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
- Provides AI-assisted productivity features for Python developers in Visual Studio Code with insights based on understanding your code combined with machine learning.
| `05` | 🎁 [Python Docstring Generator](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring)
- Automatically generates detailed docstrings for python functions.
| `06` | 🎁 [Python Preview](https://marketplace.visualstudio.com/items?itemName=dongli.python-preview)
- Provide Preview for Python Execution.
## Want to see your extension added?
Open a PR and I'd be happy to take a look.
**Enjoy!** 🎁 ✨ 🎉
## Installation
The easiest way to install is directly from within VS Code (search extensions for `sugatoray.jinja-extension-pack`).
You can also install from the [VS Code Extension Marketplace][#vsce-marketplace-url], the [Open VSX Registry][#ovsx-registry] or directly from a [VISX extension file][#vsix-install].
[#ovsx-registry]: https://open-vsx.org/extension/sugatoray/jinja-extension-pack
[#vsix-install]: https://marketplace.visualstudio.com/items?itemName=sugatoray.vscode-markdown-extension-pack#visx-install
## ✨ Author Information
You can follow me (Sugato Ray) here.
* LinkedIn: [@sugatoray](https://www.linkedin.com/in/sugatoray/)
* Twitter: [@sugatoray](https://twitter.com/sugatoray)
* GitHub: [@sugatoray](https://github.com/sugatoray)