This extension contains some Python Snippets for VSCode.
This contains some basic Python templates with industry standard codebase
You can install the latest version of the extension via the Visual Studio Marketplace here
Source code can be found here
Snippet Shorcut | Snippet Description |
---|---|
pyif | If Statement |
pyfor | For loop |
pywhile | While loop |
pytry | Try Catch Block |
pyfunc | Sample Function |
pylambda | Lambda Function |
pyclambda | Complex Lambda Functions |
pyenv | Sample Environment Variable Reader |
pyenvvar | Add environment Variable |
pyclass | Classes |
pyclfunc | Class Functions |
pyenum | Enum |
pyinum | Int Enum |
This project is published under MIT License. Read more here
If you find any issues, please create them here