https://github.com/cstrap/flask-snippets
Flask snippets for Visual Studio Code
https://github.com/cstrap/flask-snippets
flask snippets vscode vscode-snippets
Last synced: 3 months ago
JSON representation
Flask snippets for Visual Studio Code
- Host: GitHub
- URL: https://github.com/cstrap/flask-snippets
- Owner: cstrap
- Created: 2017-05-16T14:39:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T13:19:35.000Z (about 3 years ago)
- Last Synced: 2025-10-20T21:48:02.360Z (8 months ago)
- Topics: flask, snippets, vscode, vscode-snippets
- Size: 39.1 KB
- Stars: 68
- Watchers: 4
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Flask snippets
Flask snippets collections.
Initially ported from PyCharm, TextMate, SublimeText and other editors/IDEs.
If you'd like to contribute, feel free to [submit a pull request on github](https://github.com/cstrap/flask-snippets)
Thanks!
## Features
### Base snippets
| Abbreviation | Description |
|--------------|----------------------------|
| hw | Flask hello world |
| route | Flask route |
| routegp | Flask route with GET, POST |
| routep | Flask route POST only |
### Controls snippets
| Abbreviation | Description |
|--------------|-----------------|
| """ | ML docstring |
| "" | SL docstring |
| fapp | Flask App |
| froute | Flask route |
| furl | URL generator |
| fmeth | URL methods |
| frt | Render template |
| ftreq | Test request |
| fup | Flask upload |
| fsup | Secure upload |
| frc | Read cookie |
| fsc | Set cookie |
| feh | Error handler |
| flog | Flask logging |
### Templates snippets
| Abbreviation | Description |
|--------------|--------------------|
| fexp | Flask expression |
| ffilter | Flask filter |
| fcomment | Flask comment |
| fblock | Flask block |
| fextends | Flask extends |
| fself | Flask self |
| fsuper | Flask super |
| ffor | Flask for |
| fif | Flask if |
| fife | Flask ife |
| felif | Flask elif |
| fmacro | Flask macro |
| ffb | Flask filter block |
| fset | Flask set |
| finclude | Flask include |
| fimport | Flask import |
| fautoescape | Flask autoescape |
| furl | Flask url |
| ftitle | Flask title |
| fvar | Flask var |
| fcontent | Flask content |
## Release Notes
See [changelog](CHANGELOG.md) for all changes and releases.