Skip to content

Python Snippet Extension for VS Code that incorporates snippets for modern features like 'f'-strings.

Notifications You must be signed in to change notification settings

raprocks/pysnips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Python Snippet Extension for VS Code that incorporates snippets for modern features like 'f'-strings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published