All notable changes to the "pycharm-like-snippets" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
Added:
- the wrap expression with print feature, which can be used through keybindings.
Added:
- extension icon.
Added:
deff
: Python function.klass
: Python class without inheritance.klassi
: Python class with inheritance.
Oops, forgot to add async def
snippets in v0.0.4.
Added:
adef
: Python async function.
Added:
forr
: Python for rangeafor
: Python async foropenw
: Python open file by with statement
Added:
trye
: python try except statementtryf
: python try except finally statementtryl
: python try except else statementwhl
: python while loop statement
Added:
wth
: python with statementwitha
: python with...as statementawith
: python async with statement
Modified:
iter
tofori
itere
tofore
Added:
-
im
: python import expression -
ims
: python import ... as expression -
fim
: python from ... import expression -
fims
: python from ... import as expression