Skip to content

how to install, remember to set language mode #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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