A Visual Studio Code Extension that provides modern Python3 Snippets that are easier to use and understand.
Prefix | Description |
---|---|
if | if statement |
elif | elif statement |
else | else statement |
for | for loop |
forr, forrange | for loop with range |
while | while loop |
whilec, whilecounter | while loop with counter |
print function | |
fstr | fstring |
evalfstr | evaluate object using fstring |
def,function | function definition |
class | class definition |
Add Snippets that are generally used by others in the snippets/python.code-snippets
if you are editing the file in VS Code, you have access to the snip
snippet which automatically populates the document with a skeleton for snippet. Use that!
commit messages should be strictly of the following format
[ADD|UPDATE|FIX|PATCH] commit title
Extended Description if any, not compulsory.
keep the titles imperative and as short as possible.