python-snippets
python-snippets copied to clipboard
Python snippets for Visual Studio Code
I'd like to submit for consideration a 'verbose' function snippet that I use in conjunction with your other great snippets. It includes type hints and a docstring. The docstring is...
Would it be possible to add the celery debugger snippet: `crdb` -> `from celery.contrib import rdb; rdb.set_trace()`
Hi, `class` snippet is not working correctly.  Expression from [here](https://github.com/cstrap/python-snippets/commit/6d026e339053be8da964537d77a3d4e202b5a06e#diff-2c4d05dbce9c9a31589242bc958084081d14ac065c7d8952822b04ef572afd07R55) is such complicated that I will not try to understand it :) but it's not working correctly. There's a...
Change old, not working way of handling class constructor arguments to simpler, old one. Should resolve #21 
a couple of bits to make the on-ramp smoother.
Hi. This extension seems to me the best of all for Python development. However, when using the Jupyter Notebook extension for VSCode, the snippets doesn't work. I think it's because...
In my ifmain block i often put: ```python from logging import basicConfig, DEBUG, INFO, debug, info, warning, error basicConfig(level=DEBUG) ``` Then I can easily use debug("hello main") and so on...
Dear extension author, Please publish this extension to the Open VSX marketplace. ## Context Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of...