vscode-python-snippet-pack icon indicating copy to clipboard operation
vscode-python-snippet-pack copied to clipboard

This repo contains a lot of snippets for python (examples for all built-in, string, list, set, dictionary, tuple methods and for,while try/catch, class and oop) in VS Code

Results 11 vscode-python-snippet-pack issues
Sort by recently updated
recently updated
newest added

when i type 'module.', i want to see the functions or variables defined in that module. instead i see whole set of other builtin/low level object methods such as '.add,...

This project [is maintain in 2022 in Here](https://github.com/ericsia/vscode-python-snippet-pack-2.0/blob/master/CONTRIBUTING.md) any issue please post it there for update.

Have Added Scaler Topics Python Page under Release Notes - For more information. I think this will help all the learners with great sources for learning Python basics. Kindly Please...

As above, the snippets will now pick up on the user defined spaces/tabs from VS Code. Discussed in this issue: #2

I think this extensions is fantastic, and I can't imagine why it's not part of the ms python extension. One improvement I desired was being able to tab to place...

https://github.com/ylcnfrht/vscode-python-snippet-pack/blob/7fa16e40449c3edac77e9fabf66ae53658949ee6/snippets/python_snippets.json#L1490

We added good resource to learn python. Please verify, and add it if you feel it's a good resource.

This is a snippet I use fairly often and have added. Thought it might be useful to others. Happy to prefix etc to something better if you've got any suggestions...

Hi, it would be nice if there was a way to configure whether your projects uses 4 spaces for indentation instead of 2. Kind regards