Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.62 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.62 KB

PySnips

Features

A Visual Studio Code Extension that provides modern Python3 Snippets that are easier to use and understand.

TODO ADD Animation of Inserting Snippet

Snippets Included

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 print function
fstr fstring
evalfstr evaluate object using fstring
def,function function definition
class class definition

Contributing

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.

Star the Repo, Share the Plugin Around, Send in a PR with your snippets, Raise issues if you get any!