python-snippets icon indicating copy to clipboard operation
python-snippets copied to clipboard

Python snippets for Visual Studio Code

Results 9 python-snippets issues
Sort by recently updated
recently updated
newest added

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. ![obraz](https://user-images.githubusercontent.com/4294480/176537506-b6e9d86c-5c56-413c-b656-01b38ba22a44.png) 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 ![obraz](https://user-images.githubusercontent.com/4294480/176539445-0935466d-4f08-4f84-887c-27c23709e280.png)

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...

question

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...