Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

how to install, remember to set language mode #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Python snippets collections.

Initially ported from PyCharm, TextMate, SublimeText and other editors/IDEs.
Install:
- Open vscode Extensions panel (`Ctrl-Shift-X`) >> search for `python-snippets` by _cstrap_ >> install.
- Or: visit https://marketplace.visualstudio.com/items?itemName=cstrap.python-snippets


If you'd like to contribute, feel free to [submit a pull request on github](https://github.com/cstrap/python-snippets)

Expand Down Expand Up @@ -112,4 +115,5 @@ See [changelog](CHANGELOG.md) for all changes and releases.

## Troubleshooting

If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.
Ensure the language of the file being edited is to python (`Ctrl-K,M`).
If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.